Update of /cvsroot/phpwebsite-comm/modules/ads/templates/advertiser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25678/templates/advertiser
Modified Files:
list.tpl
Log Message:
No longer save username in advertisers table. DBPager queries now cached.
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/ads/templates/advertiser/list.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** list.tpl 11 Feb 2007 23:38:29 -0000 1.2
--- list.tpl 22 Jun 2008 20:04:22 -0000 1.3
***************
*** 2,6 ****
<tr>
<th>{BUSINESS} {BUSINESS_SORT}</th>
! <th>{USERNAME} {USERNAME_SORT}</th>
<th>{CREATED} {CREATED_SORT}</th>
<th>{ACTION}</th>
--- 2,6 ----
<tr>
<th>{BUSINESS} {BUSINESS_SORT}</th>
! <th>{DISPLAY_NAME} {DISPLAY_NAME_SORT}</th>
<th>{CREATED} {CREATED_SORT}</th>
<th>{ACTION}</th>
***************
*** 9,13 ****
<tr{TOGGLE}>
<td>{BUSINESS}</td>
! <td>{USERNAME}</td>
<td>{CREATED}</td>
<td>{ACTION}</td>
--- 9,13 ----
<tr{TOGGLE}>
<td>{BUSINESS}</td>
! <td>{DISPLAY_NAME}</td>
<td>{CREATED}</td>
<td>{ACTION}</td>
|