Index: admin/system_presets/simple/phrases_phrases.php =================================================================== --- admin/system_presets/simple/phrases_phrases.php (revision 14516) +++ admin/system_presets/simple/phrases_phrases.php (working copy) @@ -1,13 +1,12 @@ Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + ); + // fields to hide + $hidden_fields = Array ( + /*'PhraseId', 'Phrase', 'PhraseKey', 'Translation', 'HintTranslation', 'ColumnTranslation', + 'PhraseType', 'LastChanged', 'LastChangeIP', 'Module',*/ ); + // virtual fields to hide + $virtual_hidden_fields = Array ( + /*'PrimaryTranslation', 'CurrentTranslation', 'CurrentHintTranslation', 'CurrentColumnTranslation', + 'LangFile', 'ImportOverwrite', 'DoNotEncode', 'ExportPhrases', 'ExportEmailEvents'*/ + ); + + $debug_only_fields = Array ( +// 'HintTranslation', 'ColumnTranslation' + ); + + // fields to make required + $required_fields = Array ( + 'Phrase', 'Translation', 'PhraseType', 'Module' + ); + + // virtual fields to make required + $virtual_required_fields = Array ( + + ); + // hide columns in grids $hide_columns = Array ( // default grid -// 'Default' => Array ('Phrase', 'Translation', 'PrimaryTranslation', 'PhraseType', 'LastChanged', 'Module'), +// 'Default' => Array ('PhraseId', 'Phrase', 'CurrentTranslation', 'PrimaryTranslation', 'PhraseType', 'LastChanged', 'Module', 'CurrentHintTranslation', 'CurrentColumnTranslation'), // single list of phrases -// 'Phrases' => Array ('PhraseId', 'Phrase', 'Translation', 'PackName', 'PhraseType', 'LastChanged', 'Module'), - ); - +// 'Phrases' => Array ('PhraseId', 'Phrase', 'CurrentTranslation', 'PhraseType', 'LastChanged', 'Module', 'CurrentHintTranslation', 'CurrentColumnTranslation'), + ); \ No newline at end of file Index: core/admin_templates/categories/permissions_tab.tpl =================================================================== --- core/admin_templates/categories/permissions_tab.tpl (revision 14516) +++ core/admin_templates/categories/permissions_tab.tpl (working copy) @@ -67,7 +67,7 @@ - + Index: core/admin_templates/incs/custom_blocks.tpl =================================================================== --- core/admin_templates/incs/custom_blocks.tpl (revision 14516) +++ core/admin_templates/incs/custom_blocks.tpl (working copy) @@ -109,8 +109,9 @@ +
', '')" onmouseout="hide_form_error('')"> -  *: +  *: <inp2:FieldHintLabel title_label='$title' html_escape='1'/>
Index: core/admin_templates/incs/form_blocks.tpl =================================================================== --- core/admin_templates/incs/form_blocks.tpl (revision 14516) +++ core/admin_templates/incs/form_blocks.tpl (working copy) @@ -111,11 +111,11 @@ - +
Index: core/admin_templates/incs/grid_blocks.tpl =================================================================== --- core/admin_templates/incs/grid_blocks.tpl (revision 14516) +++ core/admin_templates/incs/grid_blocks.tpl (working copy) @@ -505,7 +505,7 @@
- + - - - + + + + + - - + + Index: core/admin_templates/regional/languages_export.tpl =================================================================== --- core/admin_templates/regional/languages_export.tpl (revision 14516) +++ core/admin_templates/regional/languages_export.tpl (working copy) @@ -79,7 +79,7 @@
'].InvertSelection(); this.checked=false;" ondblclick="Grids[''].ClearSelection(); this.checked=false;" /> - + Index: core/admin_templates/languages/phrase_edit.tpl =================================================================== --- core/admin_templates/languages/phrase_edit.tpl (revision 14516) +++ core/admin_templates/languages/phrase_edit.tpl (working copy) @@ -1,4 +1,4 @@ - + @@ -73,18 +73,26 @@ - + + + + + + +
- + Index: core/admin_templates/regional/phrases_edit.tpl =================================================================== --- core/admin_templates/regional/phrases_edit.tpl (revision 14516) +++ core/admin_templates/regional/phrases_edit.tpl (working copy) @@ -1,4 +1,4 @@ - + @@ -78,12 +78,14 @@ - - - + + + + + - - + + Index: core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl =================================================================== --- core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (revision 14516) +++ core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (working copy) @@ -14,7 +14,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_spelling_dictionary', '', + a_toolbar.AddButton( new ToolBarButton('new_item', '', function() { std_precreate_item('spelling-dictionary', 'spelling_dictionary/spelling_dictionary_edit'); } ) ); Index: core/admin_templates/submissions/submission_view.tpl =================================================================== --- core/admin_templates/submissions/submission_view.tpl (revision 14516) +++ core/admin_templates/submissions/submission_view.tpl (working copy) @@ -150,7 +150,8 @@
-  *: + +  *: <inp2:FieldHintLabel title_label='$title' html_escape='1'/>