|
Last change
on this file since 373 was
373,
checked in by moo, 6 years ago
|
|
merged [371] from trunk->1.2: remove/edit variable data in admin page
|
|
File size:
436 bytes
|
| Line | |
|---|
| 1 | <?php include("header.tpl.php"); ?> |
|---|
| 2 | <?php |
|---|
| 3 | $h_name = htmlspecialchars($name); |
|---|
| 4 | $h_value = htmlspecialchars($value); |
|---|
| 5 | ?> |
|---|
| 6 | <form method="post" action=""> |
|---|
| 7 | <fieldset> |
|---|
| 8 | <legend><?php echo sprintf(_T("Editing Variable %s"), $h_name); ?></legend> |
|---|
| 9 | <textarea name="value" style="width: 100%; height: 200px; overflow-y: auto"><?php echo $h_value; ?></textarea><br> |
|---|
| 10 | <input type="submit"> |
|---|
| 11 | </fieldset> |
|---|
| 12 | </form> |
|---|
| 13 | <?php include("footer.tpl.php"); ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.