summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-04 19:54:38 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-04 19:54:38 +0000
commit99804a34b2440589e91d5fe06f8b39b44d6561f2 (patch)
tree8bf9614dacf2860709bf1a1e71e58fad6d490f33 /core/views
parent63302ad49c6a5a956b396978ba45d74ea9891cd5 (diff)
Rename:
gQuickEdit to gQuick quick_edit -> quick
Diffstat (limited to 'core/views')
-rw-r--r--core/views/quick_edit.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/quick_edit.html.php b/core/views/quick_edit.html.php
index a7df97f1..940c5c2a 100644
--- a/core/views/quick_edit.html.php
+++ b/core/views/quick_edit.html.php
@@ -1,13 +1,13 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? if ($item->type == "photo"): ?>
<div class="rotate-counter-clockwise"
- quickedit_link="<?= url::site("quick/rotate/$item->id/ccw?csrf=" . access::csrf_token()) ?>">
+ quick_link="<?= url::site("quick/rotate/$item->id/ccw?csrf=" . access::csrf_token()) ?>">
<span>
<?= _("Rotate CCW") ?>
</span>
</div>
<div class="rotate-clockwise"
- quickedit_link="<?= url::site("quick/rotate/$item->id/cw?csrf=" . access::csrf_token()) ?>">
+ quick_link="<?= url::site("quick/rotate/$item->id/cw?csrf=" . access::csrf_token()) ?>">
<span>
<?= _("Rotate CCW") ?>
</span>