summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_maintenance_show_log.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-09 06:50:19 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-09 06:50:19 -0800
commit0dbf0d51733aa3ef7840a23aeac6dfbe92d014e2 (patch)
tree23b3d703de834a7dd726ce11e90b47eac3b90a28 /modules/gallery/views/admin_maintenance_show_log.html.php
parent6d57d4308bb2e82d41f9a4667ab35748854d7143 (diff)
parent6ddbef3dcd3ee34e622bc7286ebf138b7ef1ffaa (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views/admin_maintenance_show_log.html.php')
-rw-r--r--modules/gallery/views/admin_maintenance_show_log.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php
index ff7ac50e..d2472fdc 100644
--- a/modules/gallery/views/admin_maintenance_show_log.html.php
+++ b/modules/gallery/views/admin_maintenance_show_log.html.php
@@ -11,7 +11,7 @@ appendTo('body').submit().remove();
</script>
<div id="g-task-log-dialog">
<h1> <?= $task->name ?> </h1>
- <div class="g-task-log g-txt-small">
+ <div class="g-task-log g-text-small">
<pre><?= html::purify($task->get_log()) ?></pre>
</div>
<button id="g-close" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Close") ?></button>