Changeset 1560 for trunk/gregarius/admin/plugins.php
- Timestamp:
- 09/09/06 14:07:06 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/admin/plugins.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/admin/plugins.php
r1438 r1560 167 167 } 168 168 echo "</table>\n"; 169 echo "<p><input type=\"hidden\" name=\"". CST_ADMIN_METAACTION ."\" value=\" LBL_ADMIN_SUBMIT_CHANGES\"/>\n";169 echo "<p><input type=\"hidden\" name=\"". CST_ADMIN_METAACTION ."\" value=\"ACT_ADMIN_SUBMIT_CHANGES\"/>\n"; 170 170 echo "<input type=\"submit\" name=\"admin_plugin_submit_changes\" value=\"".LBL_ADMIN_SUBMIT_CHANGES."\" />\n"; 171 171 echo "<input type=\"submit\" name=\"admin_plugin_check_for_updates\" value=\"".LBL_ADMIN_CHECK_FOR_UPDATES."\" /></p></form>\n"; … … 208 208 echo "<p><input type=\"hidden\" name=\"plugin_name\" value=\"".$plugin_filename."\"/>\n"; 209 209 echo "<p><input type=\"hidden\" name=\"". CST_ADMIN_METAACTION 210 ."\" value=\" LBL_ADMIN_SUBMIT_CHANGES\"/>\n";210 ."\" value=\"ACT_ADMIN_SUBMIT_CHANGES\"/>\n"; 211 211 echo "<input type=\"submit\" name=\"admin_plugin_options_submit_changes\" value=\"" 212 212 .LBL_ADMIN_SUBMIT_CHANGES."\" />\n";
