~ubuntu-branches/ubuntu/lucid/libebox/lucid

« back to all changes in this revision

Viewing changes to src/templates/ajax/composite.mas

  • Committer: Bazaar Package Importer
  • Author(s): Javier Uruen Val, Javier Uruen Val
  • Date: 2009-08-05 12:29:43 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805122943-g4xkkbxqjzj72b3w
Tags: 1.3.5-0ubuntu1
[Javier Uruen Val]
* New upstream release. (Closes: #411462)
* debian/control
  - Bump standards version
  - Add dependency on libsoap-lite-perl
  - Remove dependency on dpatch
* debian/libebox.postinst
  - Create log directory
  - Add set -e
* debian/libebox.postrm
  - Add set -e
* debian/patches
  - Drop dpatch system:
      + Drop 01_dbug_gconf.dpatch (Shipped by upstream)
  - Use simple-patchsys
      + Move 02_js_libraries.dpatch to 01_js_libraries.patch
* cdbs/ebox.mk
  - Use simple-patchsys.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
<& .pageTitle,
19
19
   title => $model->pageTitle()
20
20
&>
21
 
</%init>
22
21
<& .headTitle,
23
22
   title => $model->headTitle()
24
23
&>
39
38
   selectedTab => 0,
40
39
   hasChanged => $hasChanged,
41
40
   tabName    => $model->name(),
 
41
   directory  => $model->directory(),
42
42
&>
43
43
%    }
44
44
%    elsif ( $model->layout() eq 'top-bottom' )
61
61
% }
62
62
% else
63
63
% {
 
64
%   my $failMsg =  $model->preconditionFailMsg();
 
65
%   if ($failMsg) {
64
66
<div class="note">
65
 
  <% $model->preconditionFailMsg() %>
 
67
  <% $failMsg %>
66
68
</div>
 
69
%   }
67
70
% }
68
71
 
69
72
<%doc>