|
| |
193 |
193 |
<img |
|
| |
194 |
194 |
id="'.$TabID.'_imgSearch" |
|
| |
195 |
195 |
src="'.$btn_prefix.'.gif" |
|
| |
196 |
|
alt="'.admin_language("la_ToolTip_Search").'" |
|
| |
|
196 |
title="'.admin_language("la_ToolTip_Search").'" |
|
| |
197 |
197 |
align="absMiddle" |
|
| |
198 |
198 |
onclick="SubmitSearch(\''.$prefix.$postfix.'\',\''.$prefix.$postfix.'\');" |
|
| |
199 |
199 |
onmouseover="this.src=\''.$btn_prefix.'_f2.gif\'" |
|
|
| |
205 |
205 |
<img |
|
| |
206 |
206 |
id="imgSearchReset" |
|
| |
207 |
207 |
src="'.$btn_prefix.'_reset.gif" |
|
| |
208 |
|
alt="'.admin_language("la_ToolTip_Search").'" |
|
| |
|
208 |
title="'.admin_language("la_ToolTip_Search").'" |
|
| |
209 |
209 |
align="absMiddle" |
|
| |
210 |
210 |
onclick="SubmitSearch(\''.$prefix.$postfix.'\',\''.$prefix.$postfix.'_reset\');" |
|
| |
211 |
211 |
onmouseover="this.src=\''.$btn_prefix.'_reset_f2.gif\'" |
|
|
| |
287 |
287 |
<tr> |
|
| |
288 |
288 |
<td> |
|
| |
289 |
289 |
<div name="toolBar" id="mainToolBar"> |
|
| |
290 |
|
<tb:button action="edit" alt="<?php echo admin_language("la_ToolTip_Edit"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
291 |
|
<tb:button action="delete" alt="<?php echo admin_language("la_ToolTip_Delete"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
|
290 |
<tb:button action="edit" title="<?php echo admin_language("la_ToolTip_Edit"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
|
291 |
<tb:button action="delete" title="<?php echo admin_language("la_ToolTip_Delete"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
292 |
292 |
<tb:separator ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
293 |
|
<tb:button action="approve" alt="<?php echo admin_language("la_ToolTip_Approve"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
294 |
|
<tb:button action="decline" alt="<?php echo admin_language("la_ToolTip_Decline"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
|
293 |
<tb:button action="approve" title="<?php echo admin_language("la_ToolTip_Approve"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
|
294 |
<tb:button action="decline" title="<?php echo admin_language("la_ToolTip_Decline"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
295 |
295 |
<tb:separator ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
296 |
|
<tb:button action="print" alt="<?php echo admin_language("la_ToolTip_Print"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
297 |
|
<tb:button action="view" alt="<?php echo admin_language("la_ToolTip_View"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
|
296 |
<tb:button action="print" title="<?php echo admin_language("la_ToolTip_Print"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
|
297 |
<tb:button action="view" title="<?php echo admin_language("la_ToolTip_View"); ?>" ImagePath="<?php echo $imagesURL."/toolbar/";?>"> |
|
| |
298 |
298 |
</div> |
|
| |
299 |
299 |
</td> |
|
| |
300 |
300 |
</tr> |