Changeset 1086 for trunk/htdocs/cacher/edit.tpl.php
- Timestamp:
- 2012-07-30T09:01:36+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/edit.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/edit.tpl.php
r1078 r1086 6 6 <form method="post" action=""> 7 7 <fieldset> 8 <legend><?php echo sprintf(_ ("Editing Variable %s"), $h_name); ?></legend>8 <legend><?php echo sprintf(_T("Editing Variable %s"), $h_name); ?></legend> 9 9 <textarea name="value" style="width: 100%; height: 200px; overflow-y: auto" <?php echo $editable ? "" : "disabled=disabled"; ?>><?php echo $h_value; ?></textarea><br> 10 10 <input type="submit" <?php echo $editable ? "" : "disabled=disabled"; ?>> 11 11 <?php 12 12 if (!$editable) { 13 echo sprintf(_ ("Set %s in config to enable"), "\$config['enable_eval'] = true");13 echo sprintf(_T("Set %s in config to enable"), "\$config['enable_eval'] = true"); 14 14 } 15 15 ?>
Note: See TracChangeset
for help on using the changeset viewer.

