|
From: Verdon V. <ve...@us...> - 2008-07-01 03:43:57
|
Update of /cvsroot/phpwebsite-comm/modules/sitemap/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4182/templates Modified Files: edit_settings.tpl map_settings.tpl Log Message: tweaks and fixes to prepare for release Index: map_settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/sitemap/templates/map_settings.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** map_settings.tpl 30 Jun 2008 02:10:34 -0000 1.1.1.1 --- map_settings.tpl 1 Jul 2008 03:44:03 -0000 1.2 *************** *** 3,6 **** --- 3,7 ---- <legend><strong>{OPTIONS_LABEL}</strong></legend> <p>{MENU_SELECT_LABEL}<br />{MENU_SELECT}</p> + <!-- BEGIN lastmod_default --><p>{LASTMOD_DEFAULT} {LASTMOD_DEFAULT_LABEL}</p><!-- END lastmod_default --> <p>{BUILD_TYPE_1}{BUILD_TYPE_1_LABEL} {BUILD_TYPE_2}{BUILD_TYPE_2_LABEL}</p> </fieldset> Index: edit_settings.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/sitemap/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 30 Jun 2008 02:10:34 -0000 1.1.1.1 --- edit_settings.tpl 1 Jul 2008 03:44:03 -0000 1.2 *************** *** 7,12 **** <p>{CHANGE_FREQ} {CHANGE_FREQ_LABEL}</p> <p>{USE_LASTMOD} {USE_LASTMOD_LABEL}</p> - <p>{LASTMOD_DEFAULT} {LASTMOD_DEFAULT_LABEL}</p> <p>{USE_PRIORITY} {USE_PRIORITY_LABEL}</p> </fieldset> {SAVE} --- 7,16 ---- <p>{CHANGE_FREQ} {CHANGE_FREQ_LABEL}</p> <p>{USE_LASTMOD} {USE_LASTMOD_LABEL}</p> <p>{USE_PRIORITY} {USE_PRIORITY_LABEL}</p> + <p>{ALLOW_FEED} {ALLOW_FEED_LABEL}</p> + <p>{CACHE_TIMEOUT} {CACHE_TIMEOUT_LABEL}</p> + <p class="smaller">{FOOTNOTE_1}</p> + <p class="smaller">{FOOTNOTE_2}</p> + <p class="smaller">{FOOTNOTE_3}</p> </fieldset> {SAVE} |