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:
Chad Kieffer
2009-10-18 20:22:10 -06:00
parent 91ab6f161f
commit 5f56cbf997
20 changed files with 889 additions and 886 deletions
+4 -6
View File
@@ -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",