Replaced gButtonLink with g-button.

This commit is contained in:
Chad Kieffer
2009-09-30 08:04:49 -06:00
parent 1c68190de0
commit 72672bda39
25 changed files with 89 additions and 91 deletions
@@ -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) ?>