2010/02/02 03:06:10 +0000 claunia: Changed login and register application strings

This commit is contained in:
2014-09-04 05:39:26 +01:00
parent 39ad5570ea
commit c9d7be12a4
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ require_once(BASE."include/util.php");
/**************/
echo "<div class='default_container'>\n";
echo '<form method="post" name="sFlogin" action="account.php">',"\n";
echo html_frame_start("Login to Application DB","400","",0);
echo html_frame_start("Login to OS DB","400","",0);
/* Pass on the URL we should return to after log-in */
global $aClean;
echo '<input type="hidden" name="sReturnTo" value="' . (isset($aClean['sReturnTo']) ? $aClean['sReturnTo'] : '') . '">';

View File

@@ -7,7 +7,7 @@ require_once(BASE."include/util.php");
echo "<div class='default_container'>\n";
echo '<form method="post" action="account.php">',"\n";
echo html_frame_start("Create New Application DB Account","400","",0)
echo html_frame_start("Create New OS DB Account","400","",0)
?>
<!-- start of new account form -->