Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ff369dbb
authored
2019-07-23 11:24:42 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dd
1 parent
be11c449
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
ff369db
...
...
@@ -139,7 +139,7 @@ function getInputFormValues($validation, $name)
<td>
Text Version
</td>
<td>
<textarea
name=
"
<?php
echo
$lang
;
?>
_text"
class=
"wide-input-field text_verson"
rows=
"10"
style=
"width: 100%;"
>
<?php
echo
getInputFormValues
(
$validation
,
$lang
.
'_text'
);
?>
</textarea>
<?php
echo
$validation
->
form_error
(
$lang
.
'_text'
);
?>
</textarea>
<?php
echo
$validation
->
form_error
(
$lang
.
'_text'
);
?>
</td>
</tr>
<tr>
...
...
@@ -300,6 +300,13 @@ function getInputFormValues($validation, $name)
$
(
'#fr_html_ifr'
).
contents
().
find
(
'td'
).
each
(
function
()
{
$
(
this
).
removeAttr
(
'style'
);
});
e
.
preventDefault
();
$
(
'#en_html_ifr'
).
contents
().
find
(
'table'
).
each
(
function
()
{
$
(
this
).
removeAttr
(
'style'
);
});
$
(
'#en_html_ifr'
).
contents
().
find
(
'td'
).
each
(
function
()
{
$
(
this
).
removeAttr
(
'style'
);
});
$
(
'#fr_html_ifr'
).
contents
().
find
(
'td:last-child'
).
each
(
function
()
{
...
...
Please
register
or
sign in
to post a comment