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
1766e96a
authored
2015-11-24 16:01:28 -0500
by
Insu Mun
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix the wrong closing tags.
1 parent
27d9308f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
com/Notifications/views/settings.php
com/Notifications/views/settings.php
View file @
1766e96
...
...
@@ -57,7 +57,7 @@ namespace Tz\WordPress\Tools\Notifications\Settings;
<?php
$wp_option
=
SETTING_NS
.
'[postal]'
;
?>
<td><input
type=
"text"
id=
"
<?php
echo
$wp_option
;
?>
"
name=
"
<?php
echo
$wp_option
;
?>
"
value=
"
<?php
echo
Vars
::
$settings
[
'postal'
];
?>
"
/></td>
</tr>
</body>
</
t
body>
</table>
<table
cellspacing=
"0"
class=
"widefat post fixed"
style=
"margin-top:15px;"
>
...
...
@@ -78,7 +78,7 @@ namespace Tz\WordPress\Tools\Notifications\Settings;
<?php
$wp_option
=
SETTING_NS
.
'[opt_message]'
;
?>
<td><textarea
id=
"
<?php
echo
$wp_option
;
?>
"
name=
"
<?php
echo
$wp_option
;
?>
"
class=
"wide-input-field"
rows=
"4"
style=
"width:100%;color:#999"
onkeydown=
"this.style.color = '#000000';"
>
<?php
echo
Vars
::
$settings
[
'opt_message'
];
?>
</textarea></td>
</tr>
</body>
</
t
body>
</table>
<p>
...
...
Please
register
or
sign in
to post a comment