summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-01-02 15:50:47 +0100
committerintrigeri <intrigeri@boum.org>2009-01-02 16:02:25 +0100
commitfae3cef41a55dace8545429c0139d01b93c69307 (patch)
tree44d2b220d35c6fccc9691ed00604b4154e80448b /doc/plugins/po.mdwn
parente5222db332190de20551bb18c5c46df1632e0e1d (diff)
po(formbuilder_setup): remove the rename/remove buttons on slave pages
This has to be done after the rename/remove plugins have added their buttons, so we set this hook to be run last. The canrename/canremove hooks already ensure this is forbidden at the backend level, so this is only UI sugar. Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index aced37998..3822c0539 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -576,6 +576,3 @@ Misc
* Can the form validation system be used instead of creating the
`cansave` hook?
-* Use the formbuilder_setup hook to remove the rename/remove buttons
- on slave edit pages. The canrename/canremove hook ensure this is
- forbidden at the backend level, and this change would improve the UI.