Skip to content
Snippets Groups Projects
Commit d449b912 authored by Denis Simakov's avatar Denis Simakov
Browse files

docs update for tpl_button and tpl_actionlink

darcs-hash:20061011141043-3c565-9509bda5d864e0fbb42088d04d5b6f337dd18eb7.gz
parent 1440e523
No related branches found
No related tags found
No related merge requests found
......@@ -339,6 +339,7 @@ function tpl_getparent($id){
* history - old revisions
* recent - recent changes
* login - login/logout button - if ACL enabled
* profile - user profile button (if logged in)
* index - The index
* admin - admin page - if enough rights
* top - a back to top button
......@@ -346,6 +347,7 @@ function tpl_getparent($id){
* backtomedia - returns to the mediafile upload dialog
* after references have been displayed
* backlink - links to the list of backlinks
* subscription- subscribe/unsubscribe button
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
......@@ -449,15 +451,17 @@ function tpl_button($type){
*
* Available links are
*
* edit - edit/create/show button
* edit - edit/create/show link
* history - old revisions
* recent - recent changes
* login - login/logout button - if ACL enabled
* login - login/logout link - if ACL enabled
* profile - user profile link (if logged in)
* index - The index
* admin - admin page - if enough rights
* top - a back to top button
* back - a back to parent button - if available
* backlink - links to the list of backlinks
* top - a back to top link
* back - a back to parent link - if available
* backlink - links to the list of backlinks
* subscribe/subscription - subscribe/unsubscribe link
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment