|
From: Verdon V. <ve...@us...> - 2008-06-17 13:27:34
|
Update of /cvsroot/phpwebsite-comm/modules/rolodex/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22769/templates Modified Files: edit_member.tpl list_feature.tpl list_location.tpl Log Message: final tidy up for 0.7 release Index: list_location.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/list_location.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** list_location.tpl 12 Jun 2008 21:18:55 -0000 1.1 --- list_location.tpl 17 Jun 2008 13:27:39 -0000 1.2 *************** *** 9,13 **** <!-- BEGIN listrows --> <tr {TOGGLE}> ! <td>{TITLE}</td> <td>{DESCRIPTION}</td> <td>{ACTION}</td> --- 9,13 ---- <!-- BEGIN listrows --> <tr {TOGGLE}> ! <td nowrap="nowrap">{TITLE}</td> <td>{DESCRIPTION}</td> <td>{ACTION}</td> Index: edit_member.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/edit_member.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** edit_member.tpl 11 Jun 2008 17:43:36 -0000 1.4 --- edit_member.tpl 17 Jun 2008 13:27:39 -0000 1.5 *************** *** 22,26 **** <p>{DESCRIPTION} {DESCRIPTION_LABEL}</p> <p>{IMAGE} {IMAGE_LABEL}</p> ! <p>{CURRENT_IMAGE} {CURRENT_THUMB}</p> </fieldset> <fieldset> --- 22,26 ---- <p>{DESCRIPTION} {DESCRIPTION_LABEL}</p> <p>{IMAGE} {IMAGE_LABEL}</p> ! <!-- BEGIN current_image --><p>{CURRENT_IMAGE} {CURRENT_THUMB} {CLEAR_IMAGE} {CLEAR_IMAGE_LABEL}</p><!-- END current_image --> </fieldset> <fieldset> *************** *** 56,61 **** <p>{ACTIVE} {ACTIVE_LABEL}</p> <p>{PRIVACY} {PRIVACY_LABEL}</p> - <p>{AVATAR} {AVATAR_LABEL}</p> - <p>{CURRENT_AVATAR}</p> </fieldset> <!-- BEGIN meta_group_label --> --- 56,59 ---- Index: list_feature.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/list_feature.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** list_feature.tpl 12 Jun 2008 21:18:55 -0000 1.1 --- list_feature.tpl 17 Jun 2008 13:27:39 -0000 1.2 *************** *** 9,13 **** <!-- BEGIN listrows --> <tr {TOGGLE}> ! <td>{TITLE}</td> <td>{DESCRIPTION}</td> <td>{ACTION}</td> --- 9,13 ---- <!-- BEGIN listrows --> <tr {TOGGLE}> ! <td nowrap="nowrap">{TITLE}</td> <td>{DESCRIPTION}</td> <td>{ACTION}</td> |