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
0a5e9e03
authored
2020-03-27 11:48:02 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ww
1 parent
6b48ddc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
0a5e9e0
...
...
@@ -143,8 +143,10 @@ getInputFormValues($validation, $lang . '_html') ? '' : 'display: none;'; ?>;">
</td>
</tr>
<tr>
<td>
HTML Version (optional)
</td>
<td>
<td
colspan=
"2"
>
HTML Version (optional)
</td>
</tr>
<tr>
<td
colspan=
"2"
>
<?php
$content
=
getInputFormValues
(
$validation
,
$lang
.
'_html'
);
$settings
=
array
(
'textarea_name'
=>
$lang
.
'_html'
,
"media_buttons"
=>
true
);
...
...
Please
register
or
sign in
to post a comment