From d449b91262fde6aa47d0247435478d70677ec9f7 Mon Sep 17 00:00:00 2001 From: Denis Simakov Date: Wed, 11 Oct 2006 16:10:43 +0200 Subject: docs update for tpl_button and tpl_actionlink darcs-hash:20061011141043-3c565-9509bda5d864e0fbb42088d04d5b6f337dd18eb7.gz --- inc/template.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'inc') diff --git a/inc/template.php b/inc/template.php index f601ce620..7dc08087d 100644 --- a/inc/template.php +++ b/inc/template.php @@ -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 * @author Matthias Grimm @@ -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 * @author Matthias Grimm -- cgit v1.2.3