[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [86] trunk/bin/mozilla



Revision: 86
          http://svn.sourceforge.net/ledger-smb/?rev=86&view=rev
Author:   einhverfr
Date:     2006-09-13 20:22:47 -0700 (Wed, 13 Sep 2006)

Log Message:
-----------
Made the login links in the last patch locale-friendly

Modified Paths:
--------------
    trunk/bin/mozilla/admin.pl
    trunk/bin/mozilla/login.pl

Modified: trunk/bin/mozilla/admin.pl
===================================================================
--- trunk/bin/mozilla/admin.pl	2006-09-14 03:10:22 UTC (rev 85)
+++ trunk/bin/mozilla/admin.pl	2006-09-14 03:22:47 UTC (rev 86)
@@ -167,7 +167,8 @@
 		<input type="hidden" name="path" value="$form->{path}" />
 		</form>
 
-		<p><a href="login.pl">Normal login</a></p>
+		<p><a href="login.pl"
+			>|.$locale->text("Application Login").qq|</a></p>
 
 
 		<a href="http://sourceforge.net/projects/ledger-smb/";>LedgerSMB |.$locale->text('website').qq|</a>

Modified: trunk/bin/mozilla/login.pl
===================================================================
--- trunk/bin/mozilla/login.pl	2006-09-14 03:10:22 UTC (rev 85)
+++ trunk/bin/mozilla/login.pl	2006-09-14 03:22:47 UTC (rev 86)
@@ -150,7 +150,8 @@
 				</td>
 			</tr>
 		</table>
-	<p><a href="admin.pl">Administration login</a></p>
+	<p><a href="admin.pl"
+		>|.$locale->text("Administrative login").qq|</a></p>
 	</center>
 </body>
 </html>|;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.