Changeset 418
- Timestamp:
- 07/02/06 14:00:06 (2 years ago)
- Files:
-
- devel/units/icons/function_edit_icons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/icons/function_edit_icons.php
r380 r418 32 32 $desc = gettext("Site pictures are small pictures that act as a representative icon throughout the system."); // gettext variable 33 33 $body .= <<< END 34 <form action="" method="post" />34 <form action="" method="post"> 35 35 <p> 36 36 $desc … … 93 93 <p align="center"> 94 94 <input type="hidden" name="action" value="icons:edit" /> 95 <input type="submit" value= $save/>95 <input type="submit" value="$save" /> 96 96 </p> 97 97 </form>
