summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/g2_import/views/admin_g2_import.html.php2
-rw-r--r--modules/gallery/views/in_place_edit.html.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php
index b2665a5f..9a5e3f05 100644
--- a/modules/g2_import/views/admin_g2_import.html.php
+++ b/modules/g2_import/views/admin_g2_import.html.php
@@ -54,7 +54,7 @@
<? endif ?>
</ul>
- <div class="g-info">
+ <div class="g-message-block g-info">
<p>
<?= t("Your Gallery 2 has the following importable data in it") ?>
</p>
diff --git a/modules/gallery/views/in_place_edit.html.php b/modules/gallery/views/in_place_edit.html.php
index 03cbdc69..45cf1d8c 100644
--- a/modules/gallery/views/in_place_edit.html.php
+++ b/modules/gallery/views/in_place_edit.html.php
@@ -1,8 +1,8 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= form::open($action, array("method" => "post", "id" => "g-in-place-edit-form", "class" => "g-short-form"), $hidden) ?>
<ul>
- <li <? if (!empty($errors["input"])): ?> class="g-error"<? endif ?>>
- <?= form::input("input", $form["input"], " class='textbox'") ?>
+ <li<? if (!empty($errors["input"])): ?> class="g-error"<? endif ?>>
+ <?= form::input("input", $form["input"], " class=\"textbox\"") ?>
</li>
<li>
<?= form::submit(array("class" => "submit ui-state-default"), t("Save")) ?>