Use local icons

This commit is contained in:
Jonny007-MKD 2016-02-16 09:27:39 +01:00
parent e5ef238c8a
commit 3b1cfb331e
3 changed files with 3 additions and 3 deletions

BIN
delete.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

BIN
edit.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

View File

@ -421,7 +421,7 @@ switch($do) {
while($row = fetch($qry)) {
$i++;
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
$out.='<tr class="'.$rowcolor.'"><td class="Aktion"><a href="?chg=1&amp;id='.$row[0].'&amp;sel='.$sel.'&amp;orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="http://www.motechsystems.com/images/icons/edit.gif" alt="Edit"/></a><a href="?del=1&amp;id='.$row[0].'&amp;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&amp;id='.$row[0].'&amp;sel='.$sel.'&amp;orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="edit.gif" alt="Edit" width="16" height="16"/></a><a href="?del=1&amp;id='.$row[0].'&amp;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>';
break;
@ -440,7 +440,7 @@ switch($do) {
while($row = fetch($qry)) {
$i++;
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
$out.='<tr class="'.$rowcolor.'"><td><a href="?chg=2&amp;id='.$row[0].'&amp;sel='.$sel.'&amp;orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="http://www.motechsystems.com/images/icons/edit.gif" alt="Edit"/></a><a href="?del=2&amp;id='.$row[0].'&amp;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&amp;id='.$row[0].'&amp;sel='.$sel.'&amp;orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="edit.gif" alt="Edit" width="16" height="16"/></a><a href="?del=2&amp;id='.$row[0].'&amp;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>';
break;
@ -459,7 +459,7 @@ switch($do) {
while($row = fetch($qry)) {
$i++;
$rowcolor = ($i%2==0) ? 'rowcolor0' : 'rowcolor1';
$out.='<tr class="'.$rowcolor.'"><td><a href="?chg=3&amp;id='.$row[0].'&amp;sel='.$sel.'&amp;orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="http://www.motechsystems.com/images/icons/edit.gif" alt="Edit"/></a><a href="?del=3&amp;id='.$row[0].'&amp;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&amp;id='.$row[0].'&amp;sel='.$sel.'&amp;orderby='.$orderby.'" title="'.retAl('Change this record').'"><img src="edit.gif" alt="Edit" width="16" height="16"/></a><a href="?del=3&amp;id='.$row[0].'&amp;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>';
break;