Revision 7aa87221
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
templates/design40_webpages/file/rename_dialog.html | ||
---|---|---|
4 | 4 |
<div class="loading" id="rename_dialog_[% file_type %]" style="display:none"> |
5 | 5 |
<div class="wrapper"> |
6 | 6 |
|
7 |
<table class="tbl-plain test">
|
|
7 |
<table class="tbl-plain"> |
|
8 | 8 |
<tbody> |
9 | 9 |
<tr> |
10 | 10 |
<td id="rename_extra_text_[% file_type %]"></td> |
... | ... | |
15 | 15 |
<input class="wi-lightwide" name="newfilename" id="newfilename_id_[% file_type %]" value=""> |
16 | 16 |
</td> |
17 | 17 |
</tr> |
18 |
<tr> |
|
19 |
<td> |
|
20 |
<input type="hidden" name="next_ids" id="next_ids_id_[% file_type %]" value=""> |
|
21 |
<input type="hidden" name="sessionfile" id="sessionfile_id_[% file_type %]" value=""> |
|
22 |
<input type="hidden" name="rename_id" id="rename_id_id_[% file_type %]" value=""> |
|
23 |
<input type="hidden" name="is_global" id="is_global_id_[% file_type %]" value=""> |
|
24 |
[% L.button_tag("return kivi.File.renameaction('" _ file_type _ "');", LxERP.t8('Continue'), id => "rename_cont_btn", class="button") %] |
|
25 |
[% L.button_tag("return kivi.File.renameclose('" _ file_type _"');" , LxERP.t8('Cancel') , class => "submit button neutral") %] |
|
26 |
</td> |
|
27 |
</tr> |
|
28 | 18 |
</tbody> |
29 | 19 |
</table> |
30 |
|
|
31 |
</div><!-- /.wrapper --> |
|
32 |
</div><!-- /.loading /Rename Dialog --> |
|
33 | 20 |
|
21 |
<input type="hidden" name="next_ids" id="next_ids_id_[% file_type %]" value=""> |
|
22 |
<input type="hidden" name="sessionfile" id="sessionfile_id_[% file_type %]" value=""> |
|
23 |
<input type="hidden" name="rename_id" id="rename_id_id_[% file_type %]" value=""> |
|
24 |
<input type="hidden" name="is_global" id="is_global_id_[% file_type %]" value=""> |
|
34 | 25 |
|
26 |
<div class="buttons"> |
|
27 |
[% L.button_tag("return kivi.File.renameaction('" _ file_type _ "');", LxERP.t8('Continue'), id => "rename_cont_btn") %] |
|
28 |
[% L.button_tag("return kivi.File.renameclose('" _ file_type _"');" , LxERP.t8('Cancel') , class => "submit neutral") %] |
|
29 |
</div> |
|
35 | 30 |
|
31 |
</div><!-- /.wrapper --> |
|
32 |
</div><!-- /.loading /Rename Dialog --> |
Auch abrufbar als: Unified diff
design40: Filemanagement: Dialog Umbenennen: Template-Anpassungen
- Buttons nicht in Tabelle