Index: branches/RC/core/admin_templates/themes/themes_edit_files.tpl =================================================================== diff -u -N -r11623 -r11661 --- branches/RC/core/admin_templates/themes/themes_edit_files.tpl (.../themes_edit_files.tpl) (revision 11623) +++ branches/RC/core/admin_templates/themes/themes_edit_files.tpl (.../themes_edit_files.tpl) (revision 11661) @@ -12,7 +12,7 @@ function edit() { - + std_edit_temp_item('theme-file', 'themes/file_edit'); } a_toolbar = new ToolBar(); @@ -38,6 +38,7 @@ a_toolbar.AddButton( new ToolBarSeparator('sep2') ); + a_toolbar.AddButton( new ToolBarButton('edit', '', edit) ); a_toolbar.AddButton( new ToolBarButton('delete', '', function() { std_delete_items('theme-file') @@ -74,6 +75,6 @@ \ No newline at end of file