diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-19 06:27:18 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-19 06:27:18 -0700 |
commit | 1b530e4680b09391d7f99e91f1b0b1eb6b2069fc (patch) | |
tree | 9beee9ad047c5efa41dae7f64a0195b304770b61 /modules/digibug | |
parent | 9a6a404a3239c964528b501d3c187ead84b1f7a0 (diff) | |
parent | b2d0b3ebbb1764593e387a2e07e0d4e67f4f5474 (diff) |
Merge branch 'master' into talmdal_dev
Conflicts:
modules/user/views/admin_users.html.php
Diffstat (limited to 'modules/digibug')
-rw-r--r-- | modules/digibug/views/admin_digibug.html.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/modules/digibug/views/admin_digibug.html.php b/modules/digibug/views/admin_digibug.html.php index f75adc60..5d07eb68 100644 --- a/modules/digibug/views/admin_digibug.html.php +++ b/modules/digibug/views/admin_digibug.html.php @@ -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", |