Changed login and register application strings
svn path=/; revision=23
This commit is contained in:
@@ -6,7 +6,7 @@ require_once(BASE."include/util.php");
|
|||||||
/**************/
|
/**************/
|
||||||
echo "<div class='default_container'>\n";
|
echo "<div class='default_container'>\n";
|
||||||
echo '<form method="post" name="sFlogin" action="account.php">',"\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 */
|
/* Pass on the URL we should return to after log-in */
|
||||||
global $aClean;
|
global $aClean;
|
||||||
echo '<input type="hidden" name="sReturnTo" value="' . (isset($aClean['sReturnTo']) ? $aClean['sReturnTo'] : '') . '">';
|
echo '<input type="hidden" name="sReturnTo" value="' . (isset($aClean['sReturnTo']) ? $aClean['sReturnTo'] : '') . '">';
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ require_once(BASE."include/util.php");
|
|||||||
|
|
||||||
echo "<div class='default_container'>\n";
|
echo "<div class='default_container'>\n";
|
||||||
echo '<form method="post" action="account.php">',"\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 -->
|
<!-- start of new account form -->
|
||||||
|
|||||||
Reference in New Issue
Block a user