2009-04-03 00:50:43 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
|
|
|
|
2009-04-28 21:29:14 +00:00
|
|
|
<a class="gButtonLink ui-corner-all ui-state-default ui-state-disabled" href="#" ref="edit"
|
2009-04-27 20:30:46 +00:00
|
|
|
disabled="1" title="<?= t("Edit Selection") ?>">
|
|
|
|
|
<span class="ui-icon ui-icon-pencil">
|
|
|
|
|
<?= t("Edit Selection") ?>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
2009-04-03 00:50:43 +00:00
|
|
|
<? if (graphics::can("rotate")): ?>
|
2009-04-28 21:29:14 +00:00
|
|
|
<a class="gButtonLink ui-corner-all ui-state-default ui-state-disabled" href="#" ref="rotateCcw"
|
2009-04-27 20:30:46 +00:00
|
|
|
disabled="1" title="<?= t("Rotate 90 degrees counter clockwise") ?>">
|
2009-04-03 00:50:43 +00:00
|
|
|
<span class="ui-icon ui-icon-rotate-ccw">
|
|
|
|
|
<?= t("Rotate 90 degrees counter clockwise") ?>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
2009-04-28 21:29:14 +00:00
|
|
|
<a class="gButtonLink ui-corner-all ui-state-default ui-state-disabled" href="#" ref="rotateCw"
|
2009-04-27 20:30:46 +00:00
|
|
|
disabled="1" title="<?= t("Rotate 90 degrees clockwise") ?>">
|
2009-04-03 00:50:43 +00:00
|
|
|
<span class="ui-icon ui-icon-rotate-cw">
|
|
|
|
|
<?= t("Rotate 90 degrees clockwise") ?>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<? endif ?>
|
|
|
|
|
|
2009-04-28 21:29:14 +00:00
|
|
|
<a class="gButtonLink ui-corner-all ui-state-default ui-state-disabled" href="#" ref="albumCover"
|
2009-04-27 20:30:46 +00:00
|
|
|
disabled="1" title="<?= t("Choose this photo as the album cover") ?>">
|
|
|
|
|
<span class="ui-icon ui-icon-star">
|
|
|
|
|
<?= t("Choose this photo as the album cover") ?>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
2009-04-28 21:29:14 +00:00
|
|
|
<a class="gButtonLink ui-corner-all ui-state-default ui-state-disabled" href="#" ref="delete"
|
2009-04-27 20:30:46 +00:00
|
|
|
disabled="1" title="<?= t("Delete selection") ?>">
|
2009-04-03 00:50:43 +00:00
|
|
|
<span class="ui-icon ui-icon-trash">
|
|
|
|
|
<?= t("Delete selection") ?>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|