diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-25 08:14:34 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-25 08:14:34 -0700 |
commit | d9e4ad79bbebb3f439df4403c668271c86c19935 (patch) | |
tree | fab0ff05d076fb27fd3af96835a40f751b2f09cc /modules/digibug/views | |
parent | ec67300f9628582bf735468c73aec3c01a6eb57f (diff) |
1) Move the digibug css in the default and admin_default themes
2) Remove most of the marketing cruft on the admin pages
3) Change the name of the admin settings to just Digibug
4) Remove the "switch on mouseover" approach
Diffstat (limited to 'modules/digibug/views')
-rw-r--r-- | modules/digibug/views/admin_digibug.html.php | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/modules/digibug/views/admin_digibug.html.php b/modules/digibug/views/admin_digibug.html.php index 33ce5f83..205d8b7a 100644 --- a/modules/digibug/views/admin_digibug.html.php +++ b/modules/digibug/views/admin_digibug.html.php @@ -1,16 +1,13 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <script type="text/javascript"> $("#gDigibugTabs").ready(function() { - $("#gDigibugTabs").tabs({ - event: "mouseover" - }); + $("#gDigibugTabs").tabs({}); }); </script> <div id="gAdminDigibug"> - <h2><?= t("Digibug Adminstration") ?> </h2> <div class="gAdminDigibugIntro"> <p> - <?= t("Digibug offers you two options for turning your photos into a wide variety of prints, gifts and games. Choose your solution and get started today!") ?> + <?= t("offers you two options for turning your photos into a wide variety of prints, gifts and games. Choose your solution and get started today!") ?> </p> </div> <div id="gDigibugTabs"> @@ -19,20 +16,8 @@ <li><a href="#gDigibugTabAdvanced"><?= t("Advanced") ?></a></li> </ul> <div id="gDigibugTabBasic" class="gDigibugTab"> - <div class="gDigibugTitle"> - <?= t("Digibug Basic") ?> - <br/> - <?= t("Fast Easy Photo Fulfillment") ?> - </div> <div class="gDigibugText"> - <?= t("Power up your Gallery with professional level fulfillment from Kodak. Just use Digibug Basic and there's nothing else to do - no registration, no administration, no hassles.") ?> - </div> - <div class="gDigibugListItems"> - <ul> - <li><?= t("Matte and Glossy prints, from 4x6 to as big as 30x40") ?></li> - <li><?= t("Great photo gifts like canvases, apparel, bags, puzzles, mugs and sports memorabilia and more") ?></li> - <li><?= t("Outstanding quality and customer service") ?></li> - </ul> + <?= t("Use Digibug Basic and there's nothing else to do - no registration, no administration.") ?> </div> <div class="gDigibugRounded ui-corner-all"> <br/> @@ -45,16 +30,8 @@ </div> </div> <div id="gDigibugTabAdvanced" class="gDigibugTab"> - <div class="gDigibugTitle"> - <?= t("Digibug ADVANCED") ?> - <br/> - <?= t("The Pro\'s Solution") ?> - </div> - <div class="gDigibugText"> - <?= t("Digibug ADVANCED allows you to set your own price for photos and gifts. Simply provide us with your account information and we'll send you a check each month with your profits. It's the perfect online retail business solution for a photographer - no inventory, no overhead... just profits!") ?> - </div> <div class="gDigibugText"> - <?= t("Enjoy the same range of professional level photo prints and gifts, but set your own price and charge what you believe your photos are worth. We'll take care of the rest.") ?> + <?= t("Digibug Advanced allows you to set your own price for photos and gifts. Simply provide your account information.") ?> </div> <div style="width: 120px;" class="gDigibugText gDigibugSignIn"> <?= t("New to Digibug ADVANCED?") ?> @@ -62,7 +39,7 @@ <a href="http://www.digibug.com/signup.php" style=""><?= t("Sign up") ?></a><?= t(" to get started") ?> </div> <div class="gDigibugAdvancedForm"> - <div class="gDigibugText"><?= t("Do you have a Digibug Company ID and Event ID?") ?></div> + <div class="gDigibugText"><?= t("Enter your Digibug company ID and event ID") ?></div> <?= $form ?> </div> </div> |