Improved image-buttons and colored image creation
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@
|
||||
<table class="menu">
|
||||
<tr>
|
||||
<td valign="top" rowspan="2">
|
||||
<a href="index.php"><img src="image.php?icon=logo" alt="{$lang_ipreg}" style="margin-right:1em" /></a>
|
||||
<a href="index.php"><img src="images/logo.png" alt="{$lang_ipreg}" style="margin-right:1em" /></a>
|
||||
</td>
|
||||
<td valign="top" rowspan="2">
|
||||
{$menu}
|
||||
@@ -37,7 +37,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">
|
||||
<input type="text" name="search" value="{$search}"> <input type="image" class="icon" src="image.php?icon=search" alt="{$lang_search}">
|
||||
<input type="text" name="search" value="{$search}"> <input type="image" class="icon" src="images/magnifier.png" alt="{$lang_search}"{if $suser_tooltips} title="{$lang_search}"{/if}>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user