/**
* 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";
/**
* 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";