Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13888/tpl
Modified Files:
config_user.tpl
Log Message:
- Language and WYSIWYG has no place under Personal settings, since the setting is not personal...
Index: config_user.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_user.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config_user.tpl 2 Dec 2004 12:23:09 -0000 1.4
+++ config_user.tpl 2 Dec 2004 17:46:56 -0000 1.5
@@ -6,8 +6,6 @@
$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['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
|