upadted i18n admin_theme

This commit is contained in:
2020-11-09 14:47:59 +01:00
parent d6e525465b
commit 49a0944412
26 changed files with 438 additions and 603 deletions

View File

@@ -48,7 +48,7 @@ function i18n_taxonomy_translation_term_form($form, $form_state, $vocabulary, $t
$form['translations'][$lang] = array(
'#title' => $langname,
'#type' => 'item',
'#markup' => $source->name,
'#markup' => check_plain($source->name),
'#langcode' => $lang,
);
}

View File

@@ -11,8 +11,8 @@ files[] = i18n_taxonomy.pages.inc
files[] = i18n_taxonomy.admin.inc
files[] = i18n_taxonomy.test
; Information added by Drupal.org packaging script on 2018-08-17
version = "7.x-1.26"
; Information added by Drupal.org packaging script on 2020-06-17
version = "7.x-1.27"
core = "7.x"
project = "i18n"
datestamp = "1534531985"
datestamp = "1592373390"