[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3248] trunk/UI/Contact/history_filter.html
- Subject: SF.net SVN: ledger-smb:[3248] trunk/UI/Contact/history_filter.html
- From: ..hidden..
- Date: Tue, 14 Jun 2011 19:39:31 +0000
Revision: 3248
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3248&view=rev
Author: ehuelsmann
Date: 2011-06-14 19:39:31 +0000 (Tue, 14 Jun 2011)
Log Message:
-----------
Small fixes to the history_filter page to allow Template.pm to parse it.
Modified Paths:
--------------
trunk/UI/Contact/history_filter.html
Modified: trunk/UI/Contact/history_filter.html
===================================================================
--- trunk/UI/Contact/history_filter.html 2011-06-14 14:27:29 UTC (rev 3247)
+++ trunk/UI/Contact/history_filter.html 2011-06-14 19:39:31 UTC (rev 3248)
@@ -10,16 +10,16 @@
type = "hidden",
value = account_class
} ?>
-<? IF account_class == 1;
- title = text('Vendor History'); #'
+<?lsmb IF account_class == 1;
+ title = text('Vendor History');
ELSE;
- title = text('Customer History'); #'
+ title = text('Customer History');
END
?>
<table width=100%>
<tr>
- ><th class=listtop><?lsmb title ?></th>
+ <th class=listtop><?lsmb title ?></th>
</tr>
<tr height="5"></tr>
<tr valign=top>
@@ -30,26 +30,26 @@
<table>
<tr>
<th align=right nowrap><?lsmb text('Company Name') ?></th>
- <td><?lsmb include input element_data = {
+ <td><?lsmb INCLUDE input element_data = {
size = 32,
name = "name",
type = "text"
- ?></td>
+ } ?></td>
</tr>
<tr>
- <th align=right nowrap><?lsmb text('Contact Info'></th>
- <td><?lsmb include input element_data = {
+ <th align=right nowrap><?lsmb text('Contact Info') ?></th>
+ <td><?lsmb INCLUDE input element_data = {
size = 32
name = "contact_info"
type = "text"
- ?></td>
+ } ?></td>
</tr>
<th align=right nowrap>Salesperson</th>
- <td><?lsmb include input element_data = {
+ <td><?lsmb INCLUDE input element_data = {
size = 32
name = "salesperson"
type = "text"
- ?></td>
+ } ?></td>
</tr> <!--
<tr>
@@ -244,7 +244,7 @@
<tr>
- <th align="right" nowrap><?lsmb text('Include in Report') ?></th>
+ <th align="right" nowrap><?lsmb Text('Include in Report') ?></th>
<td>
<table>
<tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.