mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-05 14:40:44 -04:00
Merge branch 'master' of git@github.com:gallery/gallery3
Conflicts: modules/gallery/views/in_place_edit.html.php
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?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) ?>
|
||||
<?= form::open($action, array("method" => "post", "id" => "g-in-place-edit-form", "class" => "g-short-form")) ?>
|
||||
<?= access::csrf_form_field() ?>
|
||||
<ul>
|
||||
<li<? if (!empty($errors["input"])): ?> class="g-error"<? endif ?>>
|
||||
@@ -10,8 +10,6 @@
|
||||
</li>
|
||||
<li><a href="#" class="g-cancel"><?= t("Cancel") ?></a></li>
|
||||
</ul>
|
||||
</form/>
|
||||
<? if (!empty($errors["input"])): ?>
|
||||
<div id="g-in-place-edit-message" class="g-error"><?= $errors["input"] ?></div>
|
||||
<? endif ?>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user