summaryrefslogtreecommitdiff
path: root/bin/mozilla/admin.pl
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-22 17:24:05 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-22 17:24:05 +0000
commit36c7b7c2ddf580547a1d4a0cd86a3c8bb32e48ca (patch)
tree3f58b9745751b17b1c4a33fcb6157584b6331509 /bin/mozilla/admin.pl
parent68ef1776d8f6d5a81a9464545deabdc46c1aaca8 (diff)
updating website URL to point to ledgersmb.org - more, this time without borking my .svn files
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@131 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/mozilla/admin.pl')
-rwxr-xr-xbin/mozilla/admin.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl
index a6805734..686aee2e 100755
--- a/bin/mozilla/admin.pl
+++ b/bin/mozilla/admin.pl
@@ -1,7 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
-# http://sourceforge.net/projects/ledger-smb/
+# http://www.ledgersmb.org/
#
#
# Copyright (C) 2006
@@ -106,7 +106,7 @@ sub setup_initial_password {
print qq|
<body class="admin" onload="sf()">
<div align="center">
- <a href="http://sourceforge.net/projects/ledger-smb/"><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a>
+ <a href="http://www.ledgersmb.org/"><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a>
<h1 class="login">|.$locale->text('Version').qq| $form->{version} <br />|.$locale->text('Administration').qq|</h1>
<fieldset><legend>Change password</legend>
@@ -128,7 +128,7 @@ sub setup_initial_password {
<p><input type="submit" class="submit" name="action" value="|.$locale->text('Change Password').qq|" /></p>
</form>
- <a href="http://sourceforge.net/projects/ledger-smb/">LedgerSMB |.$locale->text('website').qq|</a>
+ <a href="http://www.ledgersmb.org/">LedgerSMB |.$locale->text('website').qq|</a>
</div>
</body>
</html>
@@ -153,7 +153,7 @@ sub adminlogin {
print qq|
<body class="admin" onload="sf()">
<div align="center">
- <a href="http://sourceforge.net/projects/ledger-smb/"><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a>
+ <a href="http://www.ledgersmb.org/"><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a>
<h1 class="login">|.$locale->text('Version').qq| $form->{version} <br />|.$locale->text('Administration').qq|</h1>
<form method="post" action="$form->{script}" name="admin">
<table>
@@ -171,7 +171,7 @@ sub adminlogin {
>|.$locale->text("Application Login").qq|</a></p>
- <a href="http://sourceforge.net/projects/ledger-smb/">LedgerSMB |.$locale->text('website').qq|</a>
+ <a href="http://www.ledgersmb.org/">LedgerSMB |.$locale->text('website').qq|</a>
</div>
</body>
</html>