Revision 1079
Added by Matthias over 15 years ago
modify_settings.php | ||
---|---|---|
191 | 191 |
<table cellpadding="0" cellspacing="0" border="0" width="100%"> |
192 | 192 |
<tr> |
193 | 193 |
<td align="left"> |
194 |
<input name="save" type="submit" value="<?php echo $TEXT['SAVE']; ?>" style="width: 100px; margin-top: 5px;"></form>
|
|
194 |
<input name="save" type="submit" value="<?php echo $TEXT['SAVE']; ?>" style="width: 100px; margin-top: 5px;"> |
|
195 | 195 |
</td> |
196 | 196 |
<td align="right"> |
197 | 197 |
<input type="button" value="<?php echo $TEXT['CANCEL']; ?>" onclick="javascript: window.location = '<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>';" style="width: 100px; margin-top: 5px;" /> |
198 | 198 |
</td> |
199 | 199 |
</tr> |
200 | 200 |
</table> |
201 |
</form> |
|
201 | 202 |
|
202 |
|
|
203 | 203 |
<?php |
204 | 204 |
|
205 | 205 |
// Print admin footer |
Also available in: Unified diff
- Again added some & to news and form to get more valid output (Thanks to Luisehahne)
-Fixed wrong set </form> tag to get valid output (Thanks to Luisehahne)