summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/images-delete.html
diff options
context:
space:
mode:
authorChristian Hofmaier2017-09-14 16:34:12 +0200
committerChristian Hofmaier2017-09-14 16:34:12 +0200
commit15c37c61b67865b03813787e0b5a27c3c57fcdc1 (patch)
treeab5fef41e994c2adac8b114cdb2fac5c1c02d104 /modules-available/dozmod/templates/images-delete.html
parent[dozmod] fixed inconsistencies + some issues in [internetaccess] and [news] (diff)
downloadslx-admin-15c37c61b67865b03813787e0b5a27c3c57fcdc1.tar.gz
slx-admin-15c37c61b67865b03813787e0b5a27c3c57fcdc1.tar.xz
slx-admin-15c37c61b67865b03813787e0b5a27c3c57fcdc1.zip
[dozmod] fixed some more inconsistencies
Diffstat (limited to 'modules-available/dozmod/templates/images-delete.html')
-rw-r--r--modules-available/dozmod/templates/images-delete.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/images-delete.html b/modules-available/dozmod/templates/images-delete.html
index f46ac870..94caf3bc 100644
--- a/modules-available/dozmod/templates/images-delete.html
+++ b/modules-available/dozmod/templates/images-delete.html
@@ -34,7 +34,7 @@
<td class="text-left text-nowrap" data-sort-value="{{createtime}}" >{{version}}</td>
<td class="text-left text-nowrap"><a href="mailto:{{email}}">{{lastname}}, {{firstname}}</a></td>
<td class="text-left text-nowrap"><span class="glyphicon {{hasNewerClass}}"></span></td>
- <td class="text-right text-nowrap" data-sort-value="{{rawfilesize}}">{{filesize}}</td>
+ <td class="text-left text-nowrap" data-sort-value="{{rawfilesize}}">{{filesize}}</td>
<td>
<div class="checkbox">
<input type="checkbox" id="images[{{imageversionid}}]" class="del-check" name="images[{{imageversionid}}]" {{checked}}>
@@ -45,7 +45,7 @@
{{/images}}
</tbody>
</table>
- <button id="delbtn" class="btn btn-danger pull-right" type="submit" name="button" value="save">{{lang_delButton}}</button>
+ <button id="delbtn" class="btn btn-danger pull-right" type="submit" name="button" value="save"><span class="glyphicon glyphicon-trash"></span> {{lang_delButton}}</button>
</form>
<pre style="display:none" id="deloutput"></pre>
</div>