mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-22 15:53:50 -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:
@@ -1,18 +1,16 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<div id="g-admin-digibug">
|
||||
<div class="g-admin-digibug-intro">
|
||||
<img id="Digibug-logo" src="<?= url::file("modules/digibug/images/digibug_logo.png") ?>">
|
||||
<h2> <?= t("Digibug Photo Printing") ?> </h2>
|
||||
<div class="g-block">
|
||||
<img src="<?= url::file("modules/digibug/images/digibug_logo.png") ?>" alt="Digibug logo" class="g-right"/>
|
||||
<h1> <?= t("Digibug Photo Printing") ?> </h1>
|
||||
<div class="g-block-content">
|
||||
<p>
|
||||
<?= t("Turn your photos into a wide variety of prints, gifts and games!") ?>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="g-module-status g-success">
|
||||
<?= t("You're ready to print photos!") ?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<?= t("You don't need an account with Digibug, but if you <a href=\"%signup_url\">register with Digibug</a> and enter your Digibug id in the <a href=\"%advanced_settings_url\">Advanced Settings</a> page you can make money off of your photos!",
|
||||
array("signup_url" => "http://www.digibug.com/signup.php",
|
||||
|
||||
Reference in New Issue
Block a user