db text editing now more compact

This commit is contained in:
Ulf Gebhardt 2013-11-23 04:25:02 +01:00
parent a85dcfe22a
commit aa94c7c8c4

View File

@ -1,8 +1,10 @@
<tr>
<td style="padding-bottom: 5px;">
${id}<br><br>
<input type="submit" class="btn-danger content_delete" value="delete" name="${id}">
<input type="submit" class="btn content_edit" value="edit" style="margin-left: 3px;" name="${id}">
${id}
<div style="float:right;">
<input type="submit" class="btn-danger content_delete" value="delete" name="${id}">
<input type="submit" class="btn content_edit" value="edit" style="margin-left: 3px;" name="${id}">
</div>
</td>
<td>${category}</td>
${content}