Use local icons
This commit is contained in:
parent
e5ef238c8a
commit
3b1cfb331e
3 changed files with 3 additions and 3 deletions
BIN
delete.gif
Normal file
BIN
delete.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 B |
BIN
edit.gif
Normal file
BIN
edit.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 B |
|
@ -421,7 +421,7 @@ switch($do) {
|
||||||
while($row = fetch($qry)) {
|
while($row = fetch($qry)) {
|
||||||
$i++;
|
$i++;
|
||||||
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
|
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
|
||||||
$out.='<tr class="'.$rowcolor.'"><td class="Aktion"><a href="?chg=1&id='.$row[0].'&sel='.$sel.'&orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="http://www.motechsystems.com/images/icons/edit.gif" alt="Edit"/></a><a href="?del=1&id='.$row[0].'&sel='.$sel.'" title="'.retAl('Delete this record').'"><img src="http://www.motechsystems.com/images/icons/delete.gif" alt="Delete"/></a></td><td class="ID">'.$row[0].'</td><td class="Domain">'.$row[1].'</td><td class="Quelle">'.$row[2].'</td><td class="Ziel">'.$row[3].'</td><td class="Enabled">'.$row[4].'</td></tr>';
|
$out.='<tr class="'.$rowcolor.'"><td class="Aktion"><a href="?chg=1&id='.$row[0].'&sel='.$sel.'&orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="edit.gif" alt="Edit" width="16" height="16"/></a><a href="?del=1&id='.$row[0].'&sel='.$sel.'" title="'.retAl('Delete this record').'"><img src="delete.gif" alt="Delete" width="16" height="16"/></a></td><td class="ID">'.$row[0].'</td><td class="Domain">'.$row[1].'</td><td class="Quelle">'.$row[2].'</td><td class="Ziel">'.$row[3].'</td><td class="Enabled">'.$row[4].'</td></tr>';
|
||||||
}
|
}
|
||||||
$out.='</table></div>';
|
$out.='</table></div>';
|
||||||
break;
|
break;
|
||||||
|
@ -440,7 +440,7 @@ switch($do) {
|
||||||
while($row = fetch($qry)) {
|
while($row = fetch($qry)) {
|
||||||
$i++;
|
$i++;
|
||||||
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
|
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
|
||||||
$out.='<tr class="'.$rowcolor.'"><td><a href="?chg=2&id='.$row[0].'&sel='.$sel.'&orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="http://www.motechsystems.com/images/icons/edit.gif" alt="Edit"/></a><a href="?del=2&id='.$row[0].'&sel='.$sel.'" title="'.retAl('Delete this record').'"><img src="http://www.motechsystems.com/images/icons/delete.gif" alt="Delete"/></a></td><td>'.$row[0].'</td><td>'.$row[1].'</td></tr>';
|
$out.='<tr class="'.$rowcolor.'"><td><a href="?chg=2&id='.$row[0].'&sel='.$sel.'&orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="edit.gif" alt="Edit" width="16" height="16"/></a><a href="?del=2&id='.$row[0].'&sel='.$sel.'" title="'.retAl('Delete this record').'"><img src="delete.gif" alt="Delete" width="16" height="16"/></a></td><td>'.$row[0].'</td><td>'.$row[1].'</td></tr>';
|
||||||
}
|
}
|
||||||
$out.='</table></div>';
|
$out.='</table></div>';
|
||||||
break;
|
break;
|
||||||
|
@ -459,7 +459,7 @@ switch($do) {
|
||||||
while($row = fetch($qry)) {
|
while($row = fetch($qry)) {
|
||||||
$i++;
|
$i++;
|
||||||
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
|
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
|
||||||
$out.='<tr class="'.$rowcolor.'"><td><a href="?chg=3&id='.$row[0].'&sel='.$sel.'&orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="http://www.motechsystems.com/images/icons/edit.gif" alt="Edit"/></a><a href="?del=3&id='.$row[0].'&sel='.$sel.'" title="'.retAl('Delete this record').'"><img src="http://www.motechsystems.com/images/icons/delete.gif" alt="Delete"/></a></td><td>'.$row[0].'</td><td>'.$row[1].'</td><td>'.$row[2].'</td></tr>';
|
$out.='<tr class="'.$rowcolor.'"><td><a href="?chg=3&id='.$row[0].'&sel='.$sel.'&orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="edit.gif" alt="Edit" width="16" height="16"/></a><a href="?del=3&id='.$row[0].'&sel='.$sel.'" title="'.retAl('Delete this record').'"><img src="delete.gif" alt="Delete" width="16" height="16"/></a></td><td>'.$row[0].'</td><td>'.$row[1].'</td><td>'.$row[2].'</td></tr>';
|
||||||
}
|
}
|
||||||
$out.='</table></div>';
|
$out.='</table></div>';
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue