From: Jeremy Laine Date: Thu, 20 Jul 2006 22:56:41 +0000 (+0000) Subject: fix text for default barrel stylesheet X-Git-Url: http://git.polytechnique.org/?p=diogenes.git;a=commitdiff_plain;h=f7c51650828ecfd52d3b2995e6980505ed5ad688 fix text for default barrel stylesheet --- diff --git a/htdocs/toplevel/options.php b/htdocs/toplevel/options.php index 77fbef5..f0e8f09 100644 --- a/htdocs/toplevel/options.php +++ b/htdocs/toplevel/options.php @@ -63,6 +63,7 @@ $page->assign('msg_word_import', __("Word document import")); $page->assign('msg_debug_options', __("debugging options")); $page->assign('msg_debug_database', __("debug database")); $page->assign('msg_debug_plugins', __("debug plugins")); +$page->assign('msg_barrel_style_sheet', __("default style sheet for new barrels")); $page->assign('msg_submit', __("Submit")); $page->display('toplevel-options.tpl'); diff --git a/templates/toplevel-options.tpl b/templates/toplevel-options.tpl index 67b65ee..274ca39 100644 --- a/templates/toplevel-options.tpl +++ b/templates/toplevel-options.tpl @@ -23,7 +23,7 @@ {html_options name='template' selected=$template options=$templates} - {$msg_site_style_sheet} + {$msg_barrel_style_sheet} {html_options name='barrel_style_sheet' selected=$barrel_style_sheet options=$style_sheets} {$msg_validate_pages}