~ubuntu-branches/debian/jessie/alice/jessie

« back to all changes in this revision

Viewing changes to share/templates/tab.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2011-07-29 22:17:12 UTC
  • Revision ID: james.westby@ubuntu.com-20110729221712-av9dbulzigsrx3n7
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
? my ($app, $window) = @_;
 
2
<li id="<?= $window->id ?>_tab" class="<?= $window->type ?>_tab<?= $window->{active} ? " active" : "" ?>">
 
3
  <div class="hit_area">
 
4
    <div class="tab_button" id="<?= $window->id ?>_tab_button"></div>
 
5
    <div style="float:left"><?= $window->title ?></div>
 
6
  </div>
 
7
</li>