Revision eeae6c90
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
templates/webpages/ct/form_footer_de.html | ||
---|---|---|
17 | 17 |
<input class=submit type=submit name=action value="L?schen"> |
18 | 18 |
[%- END %] |
19 | 19 |
[%- IF id %] |
20 |
<input type=button class=submit onclick=set_history_window([% id %]); name=history id=history value=Historie>|;
|
|
20 |
<input type="button" class="submit" onclick="set_history_window([% id %]);" name="history" id="history" value="Historie">
|
|
21 | 21 |
[%- END %] |
22 | 22 |
|
23 | 23 |
</form> |
templates/webpages/ct/form_footer_master.html | ||
---|---|---|
17 | 17 |
<input class=submit type=submit name=action value="<translate>Delete</translate>"> |
18 | 18 |
[%- END %] |
19 | 19 |
[%- IF id %] |
20 |
<input type=button class=submit onclick=set_history_window([% id %]); name=history id=history value=<translate>history</translate>>|;
|
|
20 |
<input type="button" class="submit" onclick="set_history_window([% id %]);" name="history" id="history" value="<translate>history</translate>">
|
|
21 | 21 |
[%- END %] |
22 | 22 |
|
23 | 23 |
</form> |
Auch abrufbar als: Unified diff
Copy&Paste-Fehler aus Perl-Code heraus.