~dangarner/xibo/store-media-md5

« back to all changes in this revision

Viewing changes to server/lib/pages/layout.class.php

  • Committer: Dan Garner
  • Date: 2009-06-20 10:56:52 UTC
  • mfrom: (49.1.3 1.0.0)
  • Revision ID: mail@dangarner.co.uk-20090620105652-851dgng4vdpw4yjy
MergedĀ lp:~dangarner/xibo/embedded-html-module-102

Show diffs side-by-side

added added

removed removed

Lines of Context:
1435
1435
                while ($modulesItem = $enabledModules->GetNextModule())
1436
1436
                {
1437
1437
                        $mod            = Kit::ValidateParam($modulesItem['Module'], _STRING);
1438
 
                        $caption        = 'Add ' . $mod;
 
1438
                        $caption        = '+ ' . $mod;
1439
1439
                        $mod            = strtolower($mod);
1440
1440
                        $title          = Kit::ValidateParam($modulesItem['Description'], _STRING);
1441
1441
                        $img            = Kit::ValidateParam($modulesItem['ImageUri'], _STRING);
1445
1445
                        $buttons .= <<<HTML
1446
1446
                        <div class="regionicons">
1447
1447
                                <a class="XiboFormButton" title="$title" href="$uri">
1448
 
                                <img class="dash_button" src="$img" />
 
1448
                                <img class="dash_button moduleButtonImage" src="$img" />
1449
1449
                                <span class="dash_text">$caption</span></a>
1450
1450
                        </div>
1451
1451
HTML;
1456
1456
                        <div id="buttons">
1457
1457
                                <div class="regionicons">
1458
1458
                                        <a class="XiboFormButton" href="index.php?p=content&q=LibraryAssignForm&layoutid=$this->layoutid&regionid=$regionid" title="Library">
1459
 
                                        <img class="region_button" src="img/forms/library.gif"/>
 
1459
                                        <img class="region_button moduleButtonImage" src="img/forms/library.gif"/>
1460
1460
                                        <span class="region_text">Library</span></a>
1461
1461
                                </div>
1462
1462
                                $buttons