mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
fix: missing onclick atribut in jerryr template
This commit is contained in:
parent
f227e36362
commit
11388cb28d
@ -60,7 +60,7 @@ function check_all(which)
|
||||
</td></tr></table>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<form action="{add_url}" method="post"><td><input type="submit" name="Add" value="{lang_add}" /></td></form>
|
||||
<form action="{add_url}" method="post"><td><input type="submit" name="Add" value="{lang_add}" onclick="{add_onclick}"/></td></form>
|
||||
<form action="{vcard_url}" method="post"><td><input type="submit" name="AddVcard" value="{lang_addvcard}" /></td></form>
|
||||
<form action="{import_url}" method="post"><td><input type="submit" name="Import" value="{lang_import}" /></td></form>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user