Changeset 2534:c333aa67c0b0 for plugins/tags
- Timestamp:
- 11/11/13 11:25:35 (12 years ago)
- Branch:
- 2.6
- Location:
- plugins/tags/locales/en/help
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/locales/en/help/tag_post.html
r2322 r2534 7 7 8 8 <h4>Tags</h4> 9 9 <p>You can assign a tag to an entry:</p> 10 <ul> 11 <li>By filling the <strong>Tags</strong> field. This field has an <em>autocomplete</em> function: enter a few letters and the system will propose existing tags containing these letters;</li> 12 <li>By clicking on the <strong>Choose from list</strong>. Link to select existing tags.</li> 13 </ul> 14 <p>Tags have to be comma-separated.</p> 10 15 </body> 11 16 </html> -
plugins/tags/locales/en/help/tag_posts.html
r2322 r2534 1 1 <html> 2 2 <head> 3 <title>Tag : posts</title>3 <title>Tag details</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <h4>Tag : posts</h4> 8 <h4>Available actions on a tag</h4> 9 <p>The first part of the page allows to modify or delete a tag.</p> 10 <dl> 11 <dt>Rename</dt> 12 <dd>Enter a new word for the tag and click <strong>OK</strong>. This modification will be done on all the entries containing this tag.</dd> 13 <dt>Delete this tag</dt> 14 <dd>This button will remove the tag from all the entries it is affected to and will delete it from the tags list.</dd> 15 </dl> 16 <h4>List of entries with this tag</h4> 17 <p>From this list you can perform all the batch actions your user's permissions allow you to:</p> 18 <ul> 19 <li><strong>Publish:</strong> Publish the selected entries online.</li> 20 <li><strong>Unpublish:</strong> Pull the selected entries offline.</li> 21 <li><strong>Schedule:</strong> Schedule the selected entries to be set online at publication date.</li> 22 <li><strong>Mark as pending:</strong> Mark selected entries as pending.</li> 23 <li><strong>Mark as selected/unselected:</strong> Set the selected entries as Selected/Unselected./li> 24 <li><strong>Change category:</strong> Modify the category of the selected entries.</li> 25 <li><strong>Change language:</strong> Modify the language of the selected entries.</li> 26 <li><strong>Change author:</strong> Modify the selected entries' author by entering the new author's ID.</li> 27 <li><strong>Delete:</strong> Delete the selected entries (this operation cannot be cancelled).</li> 28 <li><strong>Add/Remove tags:</strong> Add or remove tags on the selected entries.</li> 29 </ul> 30 <p><em>The above list might contain other items if additional actions have been added by plugins active on your system.</em></p> 9 31 10 32 </body> -
plugins/tags/locales/en/help/tags.html
r2322 r2534 6 6 <body> 7 7 8 <h4>Tags</h4> 9 8 <h4>Tags list</h4> 9 <p>This page displays the list of tags used on the blog, alphabetically ordered.</p> 10 <h5>Tag details</h5> 11 <p>When clicking on a tag in this list, you will see all the entries this tag was added to and you will be able to rename or delete it.</p> 10 12 </body> 11 13 </html>
Note: See TracChangeset
for help on using the changeset viewer.