diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-29 14:02:29 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-29 14:02:29 -0600 |
| commit | a9fcec755a835e284465bafcc9aba9ec9c2f0f62 (patch) | |
| tree | 1b6a6029d18ee7cb350f47dd5be54a9bbbbebd17 /modules/gallery/views/l10n_client.html.php | |
| parent | 5db0b68a70434a16d8881a6e560a9526530a8a60 (diff) | |
| parent | 6b633e87489acbe79d65fc5e089d35cc27ee691c (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views/l10n_client.html.php')
| -rw-r--r-- | modules/gallery/views/l10n_client.html.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/gallery/views/l10n_client.html.php b/modules/gallery/views/l10n_client.html.php index c73719ca..5ee7eca3 100644 --- a/modules/gallery/views/l10n_client.html.php +++ b/modules/gallery/views/l10n_client.html.php @@ -1,7 +1,10 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div id="l10n-client" class="hidden"> <div class="labels"> - <span id="l10n-client-toggler">X</span> + <span id="l10n-client-toggler"> + <a id="gMinimizeL10n">_</a> + <a id="gCloseL10n" href="<?= url::site("l10n_client/toggle_l10n_mode?csrf=".access::csrf_token()) ?>">X</a> + </span> <div class="label strings"><h2><?= t("Page Text") ?> <? if (!Input::instance()->get('show_all_l10n_messages')): ?> <a style="background-color:#fff" href="<?= url::site("admin/languages?show_all_l10n_messages=1") ?>"><?= t("(Show All)") ?></a> |
