diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-12 08:31:28 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-12 08:31:28 -0800 |
commit | 3dfac5884ff0661d680293f9888f9ab42e9ebd19 (patch) | |
tree | 44641e8a2b260dd61ce30b9691a1db9f173db3b4 | |
parent | 3b26d87f3a8fdcf4dc0b86e2b2d72476356c411a (diff) |
Add a css id attribute to the i10n-edit-translation element. Fixes ticket #969.
-rw-r--r-- | modules/gallery/views/l10n_client.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/l10n_client.html.php b/modules/gallery/views/l10n_client.html.php index 9d14bbb2..47a45e29 100644 --- a/modules/gallery/views/l10n_client.html.php +++ b/modules/gallery/views/l10n_client.html.php @@ -40,7 +40,7 @@ <form method="post" action="<?= url::site("l10n_client/save") ?>" id="g-l10n-client-save-form"> <?= access::csrf_form_field() ?> <?= form::hidden("l10n-message-key") ?> - <?= form::textarea("l10n-edit-translation", "", ' rows="5" class="translationField"') ?> + <?= form::textarea("l10n-edit-translation", "", ' id="l10n-edit-translation" rows="5" class="translationField"') ?> <div id="plural-zero" class="translationField hidden"> <label for="l10n-edit-plural-translation-zero">[zero]</label> <?= form::textarea("l10n-edit-plural-translation-zero", "", ' rows="2"') ?> |