~dangarner/xibo/107-client

« back to all changes in this revision

Viewing changes to server/template/pages/dashboard.php

  • Committer: Dan Garner
  • Date: 2009-12-13 16:23:14 UTC
  • mfrom: (72.8.3 105-server)
  • Revision ID: dan@xibo.org.uk-20091213162314-od6kq77xos3jel8m
MergedĀ lp:~dangarner/xibo/105-client

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                                                $title  = Kit::ValidateParam($menuItem['Text'], _STRING);
43
43
                                                $img    = Kit::ValidateParam($menuItem['Img'], _STRING);
44
44
                                                
45
 
                                                
46
 
                                                $href = 'index.php?p=' . $uri . '&' . $args;
 
45
                                                
 
46
                                                $href = 'index.php?p=' . $uri . '&' . $args;
 
47
                                                
 
48
                                                // Override the HREF for the Manual Button
 
49
                                                if ($uri == 'manual')
 
50
                                                    $href = $args;
47
51
                                                
48
52
                                                $out = <<<END
49
53
                                                        <div class="dashicons">
55
59
                                                echo $out;
56
60
                                        }
57
61
                                ?>
58
 
                                <div class="dashicons">
59
 
                                        <a id="help_button" target="_blank" alt="The Manual" href="http://www.xibo.org.uk/manual/index.php?p=content/dashboard/overview">
60
 
                                        <img class="dash_button" src="img/dashboard/help.png"/>
61
 
                                        <span class="dash_text">Manual</span></a>
62
 
                                </div>
63
62
                        </div>  
64
63
        </div>
65
64