diff options
Diffstat (limited to 'templates/translate_strings.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/translate_strings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/translate_strings.tpl b/templates/translate_strings.tpl index 9fe5259..f0adba2 100644..100755 --- a/templates/translate_strings.tpl +++ b/templates/translate_strings.tpl @@ -30,7 +30,7 @@ {if $editLang} {legend legend=$languages.$lang.full_name} {foreach from=$tranStrings key=sourceHash item=tran} - {if $allTrans || (!$gBitSystem->isFeatureActive( 'i18n_track_translation_usage' ) || $tran.version)} + {if $allTrans or (!$gBitSystem->isFeatureActive( 'i18n_track_translation_usage' ) or $tran.version)} <div class="{if !$tran.version and !allTrans} warning{/if}"> {forminput} <a href="{$smarty.const.LANGUAGES_PKG_URL}master_strings.php?source_hash={$sourceHash}">{$tran.source|escape|nl2br}</a><br/> |
