Show
Ignore:
Timestamp:
07/05/2009 11:24:38 AM (4 years ago)
Author:
moo
Message:

merged r585:592 from trunk

Location:
branches/1.3
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/admin/edit.tpl.php

    r604 r627  
    77    <fieldset> 
    88        <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> 
    1010        <input type="submit"> 
    1111    </fieldset>