Skip to content
Snippets Groups Projects
Commit da074d43 authored by Frank Duncan's avatar Frank Duncan
Browse files

Two small fixes for edit interface

1) enable for sysops, and 2) hide the mediawiki [Edit] section links
when the proposal has edit enabled.
parent 29fa05a9
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@
border-bottom:2px solid black;
margin:auto 0.25em;
}
.torque-wrapper .mw-editsection {
display:none;
}
@media print {
.firstHeading {
display:none;
......
......@@ -34,6 +34,7 @@ $wgGroupPermissions['sysop']['teamcommentseeusernames'] = true;
$wgGroupPermissions['sysop']['picksome'] = true;
$wgGroupPermissions['sysop']['picksome-admin'] = true;
$wgGroupPermissions['sysop']['view-special-log'] = true;
$wgGroupPermissions['sysop']['torquedataconnect-edit'] = true;
$wgGroupPermissions['DecisionMakers']['teamcomment'] = true;
$wgGroupPermissions['DecisionMakers']['teamcommentseeusernames'] = true;
......
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