Files
gallery3/modules/rest/views/user_profile_rest.html.php

14 lines
399 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-rest-detail">
2010-07-20 10:31:45 -07:00
<ul>
<li id="g-rest-key">
<p>
<?= t("<b>Key</b>: %key", array("key" => $rest_key)) ?>
<a class="g-button ui-state-default ui-corner-all g-dialog-link" href="<?= url::site("rest/reset_api_key_confirm") ?>">
<?= t("reset") ?>
</a>
2010-07-20 10:31:45 -07:00
</p>
</li>
</ul>
</div>