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

View File

@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<a href="<?= url::site("form/add/comments/{$item->id})") ?>" id="gAddCommentButton"
class="gButtonLink ui-corner-all ui-icon-left ui-state-default right">
class="g-button ui-corner-all ui-icon-left ui-state-default right">
<span class="ui-icon ui-icon-comment"></span>
<?= t("Add a comment") ?>
</a>