summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-05-17 13:06:15 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-05-17 13:06:15 +0200
commit1d13b211116a154c41047b10df085ea2f5eb46b6 (patch)
tree247001f0b6e10a701e473860f6a35b98557f4c79 /app
parent17a603b333f305a5a9c8fdd36468575bc1cd8f74 (diff)
API password user-interface
Removed `noscript` because no JavaScript is needed for the API password. Added toggle-password
Diffstat (limited to 'app')
-rw-r--r--app/views/configure/users.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/users.phtml b/app/views/configure/users.phtml
index fdc94cd18..a018ce6b2 100644
--- a/app/views/configure/users.phtml
+++ b/app/views/configure/users.phtml
@@ -31,7 +31,7 @@
<label class="group-name" for="apiPasswordPlain"><?php echo Minz_Translate::t('password_api'); ?></label>
<div class="group-controls">
<input type="password" id="apiPasswordPlain" name="apiPasswordPlain" autocomplete="off" pattern=".{7,}" <?php echo cryptAvailable() ? '' : 'disabled="disabled" '; ?>/>
- <noscript><b><?php echo Minz_Translate::t('javascript_should_be_activated'); ?></b></noscript>
+ <a class="btn toggle-password"/><?php echo FreshRSS_Themes::icon('key'); ?></a>
</div>
</div>
<?php } ?>