|
From: Verdon V. <ve...@us...> - 2008-06-10 17:15:12
|
Update of /cvsroot/phpwebsite-comm/modules/rolodex/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25102/templates Modified Files: categories.tpl view_member.tpl Log Message: tweaks and fixes to prepare for release Index: categories.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/categories.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** categories.tpl 2 Apr 2008 20:08:56 -0000 1.1 --- categories.tpl 10 Jun 2008 17:15:18 -0000 1.2 *************** *** 1 **** ! {CATLIST} \ No newline at end of file --- 1,3 ---- ! {ALPHA_CLICK} ! <br /> ! <div id="rolodex-categories">{CATLIST}</div> \ No newline at end of file Index: view_member.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/view_member.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** view_member.tpl 31 Mar 2008 19:42:49 -0000 1.2 --- view_member.tpl 10 Jun 2008 17:15:18 -0000 1.3 *************** *** 9,13 **** <!-- BEGIN description --><p>{DESCRIPTION}</p><!-- END description --> <br style="clear: right;" /> ! <!-- BEGIN category_links --><p>{CATEGORY_LINKS_LABEL}: {CATEGORY_LINKS}</p><!-- END category_links --> <fieldset> <legend><strong>{CONTACT_GROUP_LABEL}</strong></legend> --- 9,13 ---- <!-- BEGIN description --><p>{DESCRIPTION}</p><!-- END description --> <br style="clear: right;" /> ! <!-- BEGIN category_links --><p><strong>{CATEGORY_LINKS_LABEL}:</strong> {CATEGORY_LINKS}</p><!-- END category_links --> <fieldset> <legend><strong>{CONTACT_GROUP_LABEL}</strong></legend> |