Changeset 627 for branches/1.3/admin/edit.tpl.php
- Timestamp:
- 07/05/2009 11:24:38 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
admin/edit.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 585,588-592
- Property svn:mergeinfo changed
-
branches/1.3/admin/edit.tpl.php
r604 r627 7 7 <fieldset> 8 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>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"> 11 11 </fieldset>

