save -> create button changes
authorxzilla <xzilla>
Thu, 5 Jun 2003 20:40:24 +0000 (20:40 +0000)
committerxzilla <xzilla>
Thu, 5 Jun 2003 20:40:24 +0000 (20:40 +0000)
groups.php
users.php

index c94334a83832b75d023b89c3607986f38bcd9eaa..f1f91495055cc2e1dc4d3905edc24c64da387748 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Manage groups in a database cluster
         *
-        * $Id: groups.php,v 1.9 2003/05/19 14:49:20 chriskl Exp $
+        * $Id: groups.php,v 1.10 2003/06/05 20:40:24 xzilla Exp $
         */
 
        // Include application functions
                }
                echo "</table>\n";
                echo "<p><input type=\"hidden\" name=\"action\" value=\"save_create\" />\n";
-               echo "<input type=\"submit\" value=\"{$lang['strsave']}\" />\n";
+               echo "<input type=\"submit\" value=\"{$lang['strcreate']}\" />\n";
                echo "<input type=\"reset\" value=\"{$lang['strreset']}\" /></p>\n";
                echo "</form>\n";
                
index f3c3787dfe6ed33ff890f17cbdf7e731b8536da9..0475aa1457e67819e0369ca07738608b9668c09c 100644 (file)
--- a/users.php
+++ b/users.php
@@ -3,7 +3,7 @@
        /**
         * Manage users in a database cluster
         *
-        * $Id: users.php,v 1.12 2003/05/19 13:10:59 chriskl Exp $
+        * $Id: users.php,v 1.13 2003/06/05 20:40:24 xzilla Exp $
         */
 
        // Include application functions
                echo "<td class=\"data1\"><input size=\"30\" name=\"formExpires\" value=\"", htmlspecialchars($_POST['formExpires']), "\" /></td></tr>\n";
                echo "</table>\n";
                echo "<input type=\"hidden\" name=\"action\" value=\"save_create\" />\n";
-               echo "<input type=\"submit\" value=\"{$lang['strsave']}\" />\n";
+               echo "<input type=\"submit\" value=\"{$lang['strcreate']}\" />\n";
                echo "<input type=\"reset\" value=\"{$lang['strreset']}\" />\n";
                echo "</form>\n";