@@ -68,6 +68,7 @@
</div>
+ <?php if (Minz_Configuration::canLogIn()) { ?>
<div class="form-group">
<label class="group-name" for="token"><?php echo Minz_Translate::t('auth_token'); ?></label>
<?php $token = $this->conf->token; ?>
@@ -77,6 +78,7 @@
<?php echo FreshRSS_Themes::icon('help'); ?> <?php echo Minz_Translate::t('explain_token', Minz_Url::display(null, 'html', true), $token); ?>
+ <?php } ?>
<div class="form-group form-actions">
<div class="group-controls">
@@ -22,6 +22,9 @@ h1 a {
color: #0062BE;
text-decoration: none;
}
+img {
+ border: 0;
+}
</style>
</head>