diff --git a/htdocs/doc/sql/static-data/data.sql b/htdocs/doc/sql/static-data/data.sql index 76de3040..0ddf5234 100644 --- a/htdocs/doc/sql/static-data/data.sql +++ b/htdocs/doc/sql/static-data/data.sql @@ -2391,6 +2391,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1965', 'cache d INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1966', 'as of', '2013-02-23 19:00:04'); INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1967', 'all log entries \© their authors', '2013-02-23 19:00:04'); INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1968', 'more', '2013-02-23 19:00:04'); +INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1969', 'Only the green entries are visible to other users.', '2013-02-23 19:00:04'); -- Table sys_trans_ref SET NAMES 'utf8'; @@ -6060,6 +6061,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1966', 'DE', 'Stand:', '2013-02-19 05:48:07'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1967', 'DE', 'alle Logeinträge \© jeweiliger Autor', '2013-02-19 05:48:07'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1968', 'DE', 'mehr', '2013-02-19 05:48:07'); +INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1969', 'DE', 'Nur die grüne Einträge sind für andere Benutzer sichtbar.', '2013-02-19 05:48:07'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1', 'EN', 'Reorder IDs \r', '2010-09-02 00:15:30'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2', 'EN', 'The database could not be reconnected.', '2010-08-28 11:48:07'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('3', 'EN', 'Testing – please do not login', '2010-08-28 11:48:07'); @@ -7550,6 +7552,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1966', 'EN', 'as of', '2013-02-19 05:48:07'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1967', 'EN', 'all log entries \© their authors', '2013-02-19 05:48:07'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1968', 'EN', 'more', '2013-02-19 05:48:07'); +INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1969', 'EN', 'Only the green entries are visible to other users.', '2013-02-19 05:48:07'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1', 'ES', 'Reordenar ID', '2010-12-09 00:17:55'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2', 'ES', 'La base de datos no se pudo conectar.', '2010-12-09 00:17:55'); INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('3', 'ES', 'En pruebas - por favor, no entre.', '2010-12-09 00:17:55'); @@ -12159,4 +12162,4 @@ TRUNCATE TABLE `watches_waitingtypes`; INSERT INTO `watches_waitingtypes` (`id`, `watchtype`) VALUES ('1', 'ownerlog'); INSERT INTO `watches_waitingtypes` (`id`, `watchtype`) VALUES ('2', 'cache_watches'); -INSERT INTO `sysconfig` (`name`, `value`) VALUES ('datasql_checksum', '88114246f67a7b351ee2184d93624cc3') ON DUPLICATE KEY UPDATE `value`='88114246f67a7b351ee2184d93624cc3'; \ No newline at end of file +INSERT INTO `sysconfig` (`name`, `value`) VALUES ('datasql_checksum', '88114246f67a7b351ee2184d93624cc3') ON DUPLICATE KEY UPDATE `value`='88114246f67a7b351ee2184d93624cc3'; diff --git a/htdocs/resource2/ocstyle/css/style_screen.css b/htdocs/resource2/ocstyle/css/style_screen.css index 43910f49..2b320aed 100644 --- a/htdocs/resource2/ocstyle/css/style_screen.css +++ b/htdocs/resource2/ocstyle/css/style_screen.css @@ -1394,6 +1394,10 @@ div#havefound { margin: 0 0 6px 0; } +.public-setting { + color: #428d1d; +} + /* RSS feeds */ #blog div.newsblock { margin-left:00px } #forum div.newsblock { margin-left:20px } diff --git a/htdocs/templates2/ocstyle/myprofile.tpl b/htdocs/templates2/ocstyle/myprofile.tpl index f460fcfa..d796a785 100644 --- a/htdocs/templates2/ocstyle/myprofile.tpl +++ b/htdocs/templates2/ocstyle/myprofile.tpl @@ -19,16 +19,16 @@
{t}The following informations are stored in your userprofile:{/t}
- {t}Gray entries will be hidden to other users.{/t}
+ {t}Only the green entries are visible to other users.{/t}
| {t}Username:{/t} | -+ | {t}Username:{/t} | +{if $edit==true} - + {if $usernameErrorInvalidChars==true} {t}The username is not valid.{/t} {elseif $errorUsernameExist==true} @@ -42,49 +42,45 @@ |
| {t}E-Mail-Address:{/t} | -{$email|escape} | +{t}E-Mail-Address:{/t} | +{$email|escape} |
| {t}First name:{/t} | -- - {if $edit==true} - - {if $firstNameError==true} - {t}The first name is not valid.{/t} - {/if} - {else} - {$firstName|escape} - {/if} - - | -||
| {t}Last name:{/t} | -- - {if $edit==true} - - {if $lastNameError==true} - {t}The last name is not valid.{/t} - {/if} - {else} - {$lastName|escape} - {/if} - - | -||
| {t}Country:{/t} | +{t}First name:{/t} | {if $edit==true} - | +|
| {t}Last name:{/t} | ++ {if $edit==true} + + {if $lastNameError==true} + {t}The last name is not valid.{/t} + {/if} + {else} + {$lastName|escape} + {/if} + | +||
| {t}Country:{/t} | ++ {if $edit==true} + | ||