mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-07 15:40:41 -04:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user