mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Added the border=0 for jengo.
This commit is contained in:
parent
57e6d83b3c
commit
11ebee5fa9
@ -1,5 +1,5 @@
|
||||
<td width="2%" align="{align}">
|
||||
<form method="POST" action="{action}">
|
||||
{hidden} <input type="image" src="{img}">
|
||||
{hidden} <input type="image" src="{img}" border="0">
|
||||
<form>
|
||||
</td>
|
||||
|
5
phpgwapi/templates/idsociety/nextmatchs_form.tpl
Executable file
5
phpgwapi/templates/idsociety/nextmatchs_form.tpl
Executable file
@ -0,0 +1,5 @@
|
||||
<td width="2%" align="{align}">
|
||||
<form method="POST" action="{action}">
|
||||
{hidden} <input type="image" src="{img}" border="0">
|
||||
<form>
|
||||
</td>
|
5
phpgwapi/templates/justweb/nextmatchs_form.tpl
Executable file
5
phpgwapi/templates/justweb/nextmatchs_form.tpl
Executable file
@ -0,0 +1,5 @@
|
||||
<td width="2%" align="{align}">
|
||||
<form method="POST" action="{action}">
|
||||
{hidden} <input type="image" src="{img}" border="0">
|
||||
<form>
|
||||
</td>
|
5
phpgwapi/templates/verdilak/nextmatchs_form.tpl
Executable file
5
phpgwapi/templates/verdilak/nextmatchs_form.tpl
Executable file
@ -0,0 +1,5 @@
|
||||
<td width="2%" align="{align}">
|
||||
<form method="POST" action="{action}">
|
||||
{hidden} <input type="image" src="{img}" border="0">
|
||||
<form>
|
||||
</td>
|
@ -1 +1 @@
|
||||
<td width="2%" align="{align}"><img src="{img}" border="0" width="12" height="12" alt="{label}"></td>
|
||||
<td width="2%" align="{align}"><img src="{img}" border="0" width="12" height="12" alt="{label}"></td>
|
||||
|
Loading…
Reference in New Issue
Block a user