mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 23:41:28 +00:00
subscribe: allow pre-filling feed URL if passed via query string
This commit is contained in:
@@ -784,7 +784,7 @@ class Handler_Public extends Handler {
|
|||||||
<?php print_hidden("csrf_token", $_SESSION["csrf_token"]) ?>
|
<?php print_hidden("csrf_token", $_SESSION["csrf_token"]) ?>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label>Feed or site URL:</label>
|
<label>Feed or site URL:</label>
|
||||||
<input style="width: 300px" dojoType="dijit.form.ValidationTextBox" required="1" name="feed_url">
|
<input style="width: 300px" dojoType="dijit.form.ValidationTextBox" required="1" name="feed_url" value="<?php echo htmlspecialchars($feed_url) ?>">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<button class="alt-primary" dojoType="dijit.form.Button" type="submit">
|
<button class="alt-primary" dojoType="dijit.form.Button" type="submit">
|
||||||
|
|||||||
Reference in New Issue
Block a user