main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
433 bytes
|
Line | |
---|
1 | {{extend 'default.mobile/layout.html'}} |
---|
2 | {{ |
---|
3 | dlg = dialog |
---|
4 | smt_button = dlg.element(_type="submit") |
---|
5 | smt_button['_class'] = 'btn' |
---|
6 | smt_button['_style'] = 'margin-right:4px;' |
---|
7 | ccl_button = dlg.element(_type="button") |
---|
8 | ccl_button['_class'] = 'btn' |
---|
9 | }} |
---|
10 | <!-- begin "git_pull" block --> |
---|
11 | <div class="center"> |
---|
12 | <h2>{{=T('This will pull changes from the remote repo for application "%s"?', app)}}</h2> |
---|
13 | {{=dialog}} |
---|
14 | </div> |
---|
15 | <!-- end "git_pull" block --> |
---|
Note: See
TracBrowser
for help on using the repository browser.