Update of /cvsroot/phpwebsite-comm/modules/rolodex/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6454/templates
Modified Files:
edit_member.tpl edit_settings.tpl
Log Message:
category, location, feature switches
Index: edit_member.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/edit_member.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** edit_member.tpl 24 Jul 2008 12:40:21 -0000 1.9
--- edit_member.tpl 25 Jul 2008 12:28:19 -0000 1.10
***************
*** 52,59 ****
<fieldset>
<legend><strong>{SETTINGS_GROUP_LABEL}</strong></legend>
! <p>{SELECT_LIST_TIP}</p>
! <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>
--- 52,59 ----
<fieldset>
<legend><strong>{SETTINGS_GROUP_LABEL}</strong></legend>
! <!-- BEGIN select_list_tip --><p>{SELECT_LIST_TIP}</p><!-- END select_list_tip -->
! <!-- BEGIN categories_label --><p>{CATEGORIES_LABEL}<br />{CATEGORIES}</p><!-- END categories_label -->
! <!-- BEGIN locations_label --><p>{LOCATIONS_LABEL}<br />{LOCATIONS}</p><!-- END locations_label -->
! <!-- BEGIN features_label --><p>{FEATURES_LABEL}<br />{FEATURES}</p><!-- END features_label -->
<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.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** edit_settings.tpl 7 Jul 2008 13:30:19 -0000 1.7
--- edit_settings.tpl 25 Jul 2008 12:28:19 -0000 1.8
***************
*** 14,17 ****
--- 14,23 ----
</fieldset>
<fieldset>
+ <legend><strong>{OPTIONS_GROUP_LABEL}</strong></legend>
+ <p>{USE_CATEGORIES} {USE_CATEGORIES_LABEL}</p>
+ <p>{USE_LOCATIONS} {USE_LOCATIONS_LABEL}</p>
+ <p>{USE_FEATURES} {USE_FEATURES_LABEL}</p>
+ </fieldset>
+ <fieldset>
<legend><strong>{COMMENTS_GROUP_LABEL}</strong></legend>
<p>{COMMENTS_ENABLE} {COMMENTS_ENABLE_LABEL}</p>
|