[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5693] branches/1.3/UI/Contact/search.html
- Subject: SF.net SVN: ledger-smb:[5693] branches/1.3/UI/Contact/search.html
- From: ..hidden..
- Date: Sat, 23 Mar 2013 12:31:28 +0000
Revision: 5693
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5693&view=rev
Author: einhverfr
Date: 2013-03-23 12:31:27 +0000 (Sat, 23 Mar 2013)
Log Message:
-----------
Fixing translations strings on title of Contact Search screen
Modified Paths:
--------------
branches/1.3/UI/Contact/search.html
Modified: branches/1.3/UI/Contact/search.html
===================================================================
--- branches/1.3/UI/Contact/search.html 2013-03-23 12:28:17 UTC (rev 5692)
+++ branches/1.3/UI/Contact/search.html 2013-03-23 12:31:27 UTC (rev 5693)
@@ -3,15 +3,14 @@
<?lsmb account_class = entity_class ?>
<body>
<?lsmb IF account_class == 1 -?>
-<?lsmb entity_type = 'Vendor' -?>
+<?lsmb title = text('Vendor Search') #' -?>
<?lsmb ELSIF account_class == 2 -?>
-<?lsmb entity_type = 'Customer' -?>
+<?lsmb title = text('Customer Search') #' -?>
<?lsmb ELSIF account_class == 3 -?>
-<?lsmb entity_type = 'Employee' -?>
+<?lsmb title = text('Employee Search') #' -?>
<?lsmb ELSE -?>
-<?lsmb entity_type = 'Unsupported' -?>
+<?lsmb title = text('Unsupported Search') #' -?>
<?lsmb END -?>
-<?lsmb title = text("$entity_type Search") # " -?>
<form method="get" action="<?lsmb script ?>">
<?lsmb INCLUDE input element_data = {
type = "hidden"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.