This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/modules/rest/views/user_profile_rest.html.php

14 lines
399 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-rest-detail">
<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>
</p>
</li>
</ul>
</div>