Skip to content

Commit d2b0013

Browse files
committed
Add note about Feedly and autofocus when editing
1 parent 6797138 commit d2b0013

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/templates/Document/Edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require("./header.inc.phtml");
5757
<section>
5858
<label for="title">Title:</label><br/>
5959
<input type="text" name="title" id="title" tabindex="1" required
60-
value="<?php echo
60+
autofocus="autofocus" value="<?php echo
6161
htmlspecialchars($this->getContext()->title, ENT_HTML5, "UTF-8");
6262
?>"/>
6363
</section>

src/templates/News/Edit.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ require("./header.inc.phtml");
8686
htmlspecialchars($this->getContext()->content, ENT_HTML5, "UTF-8");
8787
?></textarea>
8888
</section>
89+
<section>
90+
<p>* Some RSS feed readers such as Feedly do not automatically update, your updated content may not be reflected everywhere.</p>
91+
</section>
8992
<section>
9093
<input type="submit" name="publish" value="Publish" tabindex="5"/>
9194
<input type="submit" name="save" value="Unpublish" tabindex="6"/>

0 commit comments

Comments
 (0)