|
From: Verdon V. <ve...@us...> - 2008-06-11 17:44:08
|
Update of /cvsroot/phpwebsite-comm/modules/rolodex/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8749/templates Modified Files: edit_member.tpl edit_settings.tpl Log Message: adding locations and features Index: edit_member.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/edit_member.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** edit_member.tpl 31 Mar 2008 19:42:49 -0000 1.3 --- edit_member.tpl 11 Jun 2008 17:43:36 -0000 1.4 *************** *** 48,52 **** <fieldset> <legend><strong>{SETTINGS_GROUP_LABEL}</strong></legend> ! <p>{CATEGORIES}</p> <p>{ALLOW_COMMENTS} {ALLOW_COMMENTS_LABEL}</p> <p>{ALLOW_ANON} {ALLOW_ANON_LABEL}</p> --- 48,54 ---- <fieldset> <legend><strong>{SETTINGS_GROUP_LABEL}</strong></legend> ! <p>{CATEGORIES_LABEL}<br />{CATEGORIES}</p> ! <p>{LOCATIONS_LABEL}<br />{LOCATIONS}</p> ! <p>{FEATURES_LABEL}<br />{FEATURES}</p> <p>{ALLOW_COMMENTS} {ALLOW_COMMENTS_LABEL}</p> <p>{ALLOW_ANON} {ALLOW_ANON_LABEL}</p> Index: edit_settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/edit_settings.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** edit_settings.tpl 31 Mar 2008 19:42:49 -0000 1.3 --- edit_settings.tpl 11 Jun 2008 17:43:36 -0000 1.4 *************** *** 34,37 **** --- 34,39 ---- <p>{MAX_THUMB_WIDTH} {MAX_THUMB_WIDTH_LABEL}</p> <p>{MAX_THUMB_HEIGHT} {MAX_THUMB_HEIGHT_LABEL}</p> + <p>{OTHER_IMG_WIDTH} {OTHER_IMG_WIDTH_LABEL}</p> + <p>{OTHER_IMG_HEIGHT} {OTHER_IMG_HEIGHT_LABEL}</p> </fieldset> <fieldset> |