Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -53,11 +53,14 @@ |
54 | 54 | # $sfgRenameEditTabs renames the edit-with-form tab to just "Edit", and |
55 | 55 | # the traditional-editing tab, if it is visible, to "Edit source", in |
56 | 56 | # whatever language is being used. |
| 57 | +# $sfgRenameMainEditTab renames only the traditional editing tab, to |
| 58 | +# "Edit source". |
57 | 59 | # The wgGroupPermissions 'viewedittab' setting dictates which types of |
58 | 60 | # visitors will see the "Edit" tab, for pages that are editable by form - |
59 | 61 | # by default all will see it. |
60 | 62 | ### |
61 | 63 | $sfgRenameEditTabs = false; |
| 64 | +$sfgRenameMainEditTab = false; |
62 | 65 | $wgGroupPermissions['*']['viewedittab'] = true; |
63 | 66 | $wgAvailableRights[] = 'viewedittab'; |
64 | 67 | |