Revision 4f65a1d5
Added by Vinicius Coque about 15 years ago
usr/local/www/firewall_schedule_edit.php | ||
---|---|---|
186 | 186 |
|
187 | 187 |
filter_configure(); |
188 | 188 |
|
189 |
header(gettext("Location: firewall_schedule.php"));
|
|
189 |
header("Location: firewall_schedule.php");
|
|
190 | 190 |
exit; |
191 | 191 |
|
192 | 192 |
} |
... | ... | |
902 | 902 |
} //end for loop |
903 | 903 |
?> |
904 | 904 |
<br/> |
905 |
<?=gettext)"Click individual date to select that date only. Click the appropriate weekday Header to select all occurences of that weekday.");?>
|
|
905 |
<?=gettext("Click individual date to select that date only. Click the appropriate weekday Header to select all occurences of that weekday.");?>
|
|
906 | 906 |
</td> |
907 | 907 |
</tr> |
908 | 908 |
<tr> |
... | ... | |
948 | 948 |
echo "</option>"; |
949 | 949 |
} |
950 | 950 |
?> |
951 |
</select> Hr
|
|
951 |
</select> <?=gettext("Hr");?>
|
|
952 | 952 |
<select name="stoptimemin" class="formselect" id="stoptimemin"> |
953 | 953 |
<option value="00">00</option> |
954 | 954 |
<option value="15">15</option> |
955 | 955 |
<option value="30">30</option> |
956 | 956 |
<option value="45">45</option> |
957 | 957 |
<option value="59" SELECTED>59</option> |
958 |
</select> Min
|
|
958 |
</select> <?=gettext("Min");?>
|
|
959 | 959 |
</td> |
960 | 960 |
</tr> |
961 | 961 |
</table><br> |
... | ... | |
973 | 973 |
<tr> |
974 | 974 |
<td width="22%" valign="top"> </td> |
975 | 975 |
<td width="78%"> |
976 |
<input type="button" value="Add Time" class="formbtn" onclick="javascript:processEntries();">
|
|
977 |
<input type="button" value="Clear Selection" class="formbtn" onclick="javascript:clearCalendar(); clearTime(); clearDescr();">
|
|
976 |
<input type="button" value="<?=gettext("Add Time");?>" class="formbtn" onclick="javascript:processEntries();">
|
|
977 |
<input type="button" value="<?=gettext("Clear Selection");?>" class="formbtn" onclick="javascript:clearCalendar(); clearTime(); clearDescr();">
|
|
978 | 978 |
</td> |
979 | 979 |
</tr> |
980 | 980 |
<tr> |
Also available in: Unified diff
Fixing gettext calls on firewall_schedule_edit.php