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:
@@ -535,6 +535,7 @@ $lang = array_merge($lang, array(
|
||||
'LOG_TEMPLATE_ADD_DB' => '<b>Added new template set to database</b><br />» %s',
|
||||
'LOG_TEMPLATE_ADD_FS' => '<b>Add new template set on filesystem</b><br />» %s',
|
||||
'LOG_TEMPLATE_DELETE' => '<b>Deleted template set</b><br />» %s',
|
||||
'LOG_TEMPLATE_EDIT' => '<b>Edited template set <i>%s</i></b><br />» %s',
|
||||
'LOG_TEMPLATE_EDIT_DETAILS' => '<b>Edited template details</b><br />» %s',
|
||||
'LOG_TEMPLATE_EXPORT' => '<b>Exported template set</b><br />» %s',
|
||||
|
||||
@@ -542,6 +543,8 @@ $lang = array_merge($lang, array(
|
||||
'LOG_THEME_ADD_FS' => '<b>Add new theme on filesystem</b><br />» %s',
|
||||
'LOG_THEME_DELETE' => '<b>Theme deleted</b><br />» %s',
|
||||
'LOG_THEME_EDIT_DETAILS' => '<b>Edited theme details</b><br />» %s',
|
||||
'LOG_THEME_EDIT' => '<b>Edited theme <i>%s</i></b><br />» Modified class <i>%s</i>',
|
||||
'LOG_THEME_EDIT_ADD' => '<b>Edited theme <i>%s</i></b><br />» Added class <i>%s</i>',
|
||||
'LOG_THEME_EXPORT' => '<b>Exported theme</b><br />» %s',
|
||||
|
||||
'LOG_USER_ACTIVE' => '<b>User activated</b><br />» %s',
|
||||
|
Reference in New Issue
Block a user