Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26168/include/tpl
Modified Files:
config_user.tpl
Log Message:
* german translation
* unbreak personal settings to allow overriding WYSIWYG etc.
* hide configuration setting for non-superusers (because everything is now done within personal settings for Chiefs + Editors)
Index: config_user.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_user.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config_user.tpl 19 Nov 2004 11:05:34 -0000 1.2
+++ config_user.tpl 2 Dec 2004 11:46:36 -0000 1.3
@@ -6,6 +6,10 @@
$serendipity['password'] = '{USERCONF_PASSWORD|password|protected||0}'; // USERCONF_PASSWORD_DESC
$serendipity['userlevel'] = '{USERCONF_USERLEVEL|userlevel|string||1}'; // USERCONF_USERLEVEL_DESC
$serendipity['email'] = '{USERCONF_EMAIL|email|string|jo...@ex...|0}'; // USERCONF_EMAIL_DESC
+$serendipity['blogTitle'] = '{INSTALL_BLOGNAME|blogTitle|string|John Doe's personal blog|1|global}'; // INSTALL_BLOGNAME_DESC
+$serendipity['blogDescription'] = '{INSTALL_BLOGDESC|blogDescription|string|My little place on the web...|1|global}'; // INSTALL_BLOGDESC_DESC
+$serendipity['lang'] = '{INSTALL_LANG|lang|list|[LANGUAGE_LIST]|0|config}'; // INSTALL_LANG_DESC
+$serendipity['wysiwyg'] = '{INSTALL_WYSIWYG|wysiwyg|bool|0|0|config}'; // INSTALL_WYSIWYG_DESC
$serendipity['mail_comments'] = '{USERCONF_SENDCOMMENTS|mail_comments|bool|1|0}'; // USERCONF_SENDCOMMENTS_DESC
$serendipity['mail_trackbacks'] = '{USERCONF_SENDTRACKBACKS|mail_trackbacks|bool|1|0}'; // USERCONF_SENDTRACKBACKS_DESC
$serendipity['right_publish'] = '{USERCONF_ALLOWPUBLISH|right_publish|bool|1|1}'; // USERCONF_ALLOWPUBLISH_DESC
|