2024-08-07 18:28:28 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>New Bootstrap Icons</title>
|
2024-08-07 18:30:41 +02:00
|
|
|
<base href="https://bb-trunk.egroupware.de/egw/">
|
2024-08-07 18:28:28 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table>
|
|
|
|
<h1>New <a href="https://icons.getbootstrap.com/" target="_blank">Bootstrap</a> Icons</h1>
|
|
|
|
<tr>
|
|
|
|
<th>Name</th>
|
|
|
|
<th>Old</th>
|
|
|
|
<th>New</th>
|
|
|
|
<th>Alternatives / Notes</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>save</td>
|
|
|
|
<td><img src="api/templates/default/images/save.svg"/></td>
|
|
|
|
<td><img src="node_modules/bootstrap-icons/icons/floppy.svg" title="floppy"/></td>
|
|
|
|
<td>braucht neues Icon, evtl. Kombi aus apply & cancel (im unteren rechten Viertel)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>apply</td>
|
|
|
|
<td><img src="api/templates/default/images/apply.svg"/></td>
|
|
|
|
<td><img src="node_modules/bootstrap-icons/icons/floppy.svg" title="floppy"/></td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>cancel</td>
|
|
|
|
<td><img src="api/templates/default/images/cancel.svg"/></td>
|
|
|
|
<td><img src="node_modules/bootstrap-icons/icons/x-square.svg" title="x-square"/></td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>apply</td>
|
|
|
|
<td><img src="api/templates/default/images/delete.svg"/></td>
|
|
|
|
<td><img src="node_modules/bootstrap-icons/icons/trash.svg" title="trash"/></td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<style>
|
|
|
|
td > img {
|
|
|
|
text-align: center;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
td, th {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</body>
|
|
|
|
</html>
|