not short-tags on all project

This commit is contained in:
luis daniel lucio quiroz
2015-03-25 13:46:19 +00:00
parent 1834c6f098
commit b7b98cef79
8 changed files with 39 additions and 36 deletions
+5 -4
View File
@@ -22,6 +22,7 @@
Contributor(s):
Mark J Crane <markjcrane@fusionpbx.com>
Luis Daniel Lucio Quiroz <dlucio@okay.com.mx>
*/
include "root.php";
require_once "resources/require.php";
@@ -97,14 +98,14 @@ if ($_GET['a'] == "default" && permission_exists('var_edit')) {
<form action="vars.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width='100%'><span class="vexpl"><span class="red"><strong><?=$text['header-variables_advanced']?></strong></span>
<td width='100%'><span class="vexpl"><span class="red"><strong><?php echo $text['header-variables_advanced']?></strong></span>
<br /><br />
<?=$text['description-variables_advanced']?>
<?php echo $text['description-variables_advanced']?>
<br /><br />
</td>
<td align='right' valign='top'>
<?php if (permission_exists('var_edit')) { ?>
<input type="submit" class='btn' value="<?=$text['button-save']?>" />
<input type="submit" class='btn' value="<?php echo $text['button-save']?>" />
<?php } ?>
</td>
</tr>
@@ -160,4 +161,4 @@ if ($_GET['a'] == "default" && permission_exists('var_edit')) {
<?php
require_once "resources/footer.php";
?>
?>