From a3210f7bbf8ba7f3b7db1071083dc241b087288c Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 24 Jan 2013 09:12:48 +0000 Subject: [PATCH] add icon to remove buttons --- views/bootstrap/class.BackupTools.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.BackupTools.php b/views/bootstrap/class.BackupTools.php index de5611bf1..5d030f000 100644 --- a/views/bootstrap/class.BackupTools.php +++ b/views/bootstrap/class.BackupTools.php @@ -112,7 +112,7 @@ class LetoDMS_View_BackupTools extends LetoDMS_Bootstrap_Style { print "".getLongReadableDate(filectime($contentdir.$entry))."\n"; print "".formatted_size(filesize($contentdir.$entry))."\n"; print ""; - print "".getMLText("backup_remove").""; + print " ".getMLText("backup_remove").""; print "\n"; print "\n"; } @@ -167,7 +167,7 @@ class LetoDMS_View_BackupTools extends LetoDMS_Bootstrap_Style { print "".getLongReadableDate(filectime($contentdir.$entry))."\n"; print "".formatted_size(filesize($contentdir.$entry))."\n"; print ""; - print "".getMLText("dump_remove").""; + print " ".getMLText("dump_remove").""; print "\n"; print "\n"; }