summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-18 20:22:10 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-18 20:22:10 -0600
commit5f56cbf997c12ab1aaf14403873fd9dfc33690ef (patch)
tree0120ffbad2e7ac728fd830ccbb9d71db28ca48b1 /modules/gallery/controllers
parent91ab6f161fa1e118418922fbf0a42f1924d7df0e (diff)
Wrap all admin views in g-block and g-block content. This provides the means to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's.
Diffstat (limited to 'modules/gallery/controllers')
-rw-r--r--modules/gallery/controllers/admin_languages.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/controllers/admin_languages.php b/modules/gallery/controllers/admin_languages.php
index 8af1dd85..ccc631c7 100644
--- a/modules/gallery/controllers/admin_languages.php
+++ b/modules/gallery/controllers/admin_languages.php
@@ -112,7 +112,8 @@ class Admin_Languages_Controller extends Admin_Controller {
$server_link = l10n_client::server_api_key_url();
$group->input("api_key")
->label(empty($api_key)
- ? t("This is a unique key that will allow you to send translations to the remote server. To get your API key go to %server-link.",
+ ? t("This is a unique key that will allow you to send translations to the remote
+ server. To get your API key go to %server-link.",
array("server-link" => html::mark_clean(html::anchor($server_link))))
: t("API Key"))
->value($api_key)