mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 15:10:44 -04:00
Replaced gButtonLink with g-button.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<div id="gOrganizeControls">
|
||||
<a id="gOrganizeClose" href="#" ref="done"
|
||||
class="gButtonLink ui-corner-all ui-state-default"><?= t("Close") ?></a>
|
||||
class="g-button ui-corner-all ui-state-default"><?= t("Close") ?></a>
|
||||
<form>
|
||||
<?= t("Sort order") ?>
|
||||
<?= form::dropdown(array("id" => "gOrganizeSortColumn"), album::get_sort_order_options(), $album->sort_column) ?>
|
||||
|
||||
Reference in New Issue
Block a user