diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-02 15:01:13 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-02 15:01:13 -0800 |
| commit | 9ac3eca4777436533257045e66e05cac41da97ad (patch) | |
| tree | 1bed92d2ceece7b6228de0e8ee2561cf885b6758 /modules/gallery/views/in_place_edit.html.php | |
| parent | 1c0e5eaa0d9b65863c9fd04aff940c1a2b7e682d (diff) | |
| parent | 3c3671cff25f28e21a702b1f665a6baa282d045f (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views/in_place_edit.html.php')
| -rw-r--r-- | modules/gallery/views/in_place_edit.html.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/views/in_place_edit.html.php b/modules/gallery/views/in_place_edit.html.php index 05a16ad4..2d6cbe90 100644 --- a/modules/gallery/views/in_place_edit.html.php +++ b/modules/gallery/views/in_place_edit.html.php @@ -9,7 +9,13 @@ <?= form::submit(array("class" => "submit ui-state-default"), t("Save")) ?> </li> <li><a href="#" class="g-cancel"><?= t("Cancel") ?></a></li> + <? if (!empty($errors["input"])): ?> + <li> + <p id="g-in-place-edit-message" class="g-error"><?= $errors["input"] ?></p> + </li> + <? endif ?> </ul> </form> + |
