|
From: Verdon V. <ve...@us...> - 2008-02-04 04:16:22
|
Update of /cvsroot/phpwebsite-comm/modules/rolodex/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5049/templates Modified Files: edit_settings.tpl Log Message: a few tweaks to csv export security Index: edit_settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/edit_settings.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** edit_settings.tpl 4 Feb 2008 03:09:18 -0000 1.1.1.1 --- edit_settings.tpl 4 Feb 2008 04:16:25 -0000 1.2 *************** *** 12,18 **** <legend><strong>{COMMENTS_GROUP_LABEL}</strong></legend> <p>{COMMENTS_ENABLE} {COMMENTS_ENABLE_LABEL}</p> ! <p> {COMMENTS_ENFORCE} {COMMENTS_ENFORCE_LABEL}</p> ! <p> {COMMENTS_ANON_ENABLE} {COMMENTS_ANON_ENABLE_LABEL}</p> ! <p> {COMMENTS_ANON_ENFORCE} {COMMENTS_ANON_ENFORCE_LABEL}</p> </fieldset> <fieldset> --- 12,18 ---- <legend><strong>{COMMENTS_GROUP_LABEL}</strong></legend> <p>{COMMENTS_ENABLE} {COMMENTS_ENABLE_LABEL}</p> ! <p> {COMMENTS_ENFORCE} {COMMENTS_ENFORCE_LABEL}</p> ! <p> {COMMENTS_ANON_ENABLE} {COMMENTS_ANON_ENABLE_LABEL}</p> ! <p> {COMMENTS_ANON_ENFORCE} {COMMENTS_ANON_ENFORCE_LABEL}</p> </fieldset> <fieldset> *************** *** 23,26 **** --- 23,27 ---- <p>{PRIVACY_HOME_TITLE} - {PRIVACY_HOME_1}{PRIVACY_HOME_1_LABEL} {PRIVACY_HOME_2}{PRIVACY_HOME_2_LABEL} {PRIVACY_HOME_3}{PRIVACY_HOME_3_LABEL}</p> <p>{PRIVACY_BUSINESS_TITLE} - {PRIVACY_BUSINESS_1}{PRIVACY_BUSINESS_1_LABEL} {PRIVACY_BUSINESS_2}{PRIVACY_BUSINESS_2_LABEL} {PRIVACY_BUSINESS_3}{PRIVACY_BUSINESS_3_LABEL}</p> + <p>{PRIVACY_EXPORT_TITLE} - {PRIVACY_EXPORT_1}{PRIVACY_EXPORT_1_LABEL} {PRIVACY_EXPORT_2}{PRIVACY_EXPORT_2_LABEL} {PRIVACY_EXPORT_3}{PRIVACY_EXPORT_3_LABEL}</p> </fieldset> <fieldset> |