diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-07 19:09:10 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-07 19:09:10 -0700 |
| commit | fa2ec8825dcaeaceb4857e3880ee4eee5de5bf71 (patch) | |
| tree | d7a16477d7890932ee1ae7bb91c95dd5d7010445 /modules/g2_import | |
| parent | e1a394b6bfb6b7c830eb353f2056d39fd8d1b0f7 (diff) | |
| parent | d71a8ef5d0d2d1ddbc450f1c5962b4c3b3a6fdcd (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'modules/g2_import')
| -rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 51a1e245..fd8ae63c 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -30,7 +30,7 @@ <? if (g2_import::is_initialized()): ?> <div id="g-admin-g2-import-details"> <h2> <?= t("Import") ?> </h2> - <ul id="g-action-status"> + <ul id="g-action-status" class="g-message-block"> <li class="g-success"> <?= t("Gallery version %version detected", array("version" => g2_import::version())) ?> </li> |
