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/reset_api_key_confirm.html.php

8 lines
295 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-rest-reset-api-key" class="ui-helper-clearfix">
<p>
<?= t("Do you really want to reset your REST API key? Any clients that use this key will need to be updated with the new value.") ?>
</p>
<?= $form ?>
</div>