1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

- added a theme editor

- some adjustments in acp_styles.php
- fixed storing themes in db (needs revisiting)


git-svn-id: file:///svn/phpbb/trunk@5953 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-05-20 23:56:12 +00:00
parent 5029170afb
commit 5fb416fc26
5 changed files with 903 additions and 250 deletions

View File

@@ -535,6 +535,7 @@ $lang = array_merge($lang, array(
'LOG_TEMPLATE_ADD_DB' => '<b>Added new template set to database</b><br />&#187; %s',
'LOG_TEMPLATE_ADD_FS' => '<b>Add new template set on filesystem</b><br />&#187; %s',
'LOG_TEMPLATE_DELETE' => '<b>Deleted template set</b><br />&#187; %s',
'LOG_TEMPLATE_EDIT' => '<b>Edited template set <i>%s</i></b><br />&#187; %s',
'LOG_TEMPLATE_EDIT_DETAILS' => '<b>Edited template details</b><br />&#187; %s',
'LOG_TEMPLATE_EXPORT' => '<b>Exported template set</b><br />&#187; %s',
@@ -542,6 +543,8 @@ $lang = array_merge($lang, array(
'LOG_THEME_ADD_FS' => '<b>Add new theme on filesystem</b><br />&#187; %s',
'LOG_THEME_DELETE' => '<b>Theme deleted</b><br />&#187; %s',
'LOG_THEME_EDIT_DETAILS' => '<b>Edited theme details</b><br />&#187; %s',
'LOG_THEME_EDIT' => '<b>Edited theme <i>%s</i></b><br />&#187; Modified class <i>%s</i>',
'LOG_THEME_EDIT_ADD' => '<b>Edited theme <i>%s</i></b><br />&#187; Added class <i>%s</i>',
'LOG_THEME_EXPORT' => '<b>Exported theme</b><br />&#187; %s',
'LOG_USER_ACTIVE' => '<b>User activated</b><br />&#187; %s',