Skip to content
Snippets Groups Projects
Commit f6cbbe5b authored by runemaster's avatar runemaster
Browse files

No Select/Deselect/Delete Buttons if user does not have Delete permissions on Message Base.

parent 5f5949bd
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,7 @@
<<END REPEAT messages>>
</table>
<br />
<div align="center">
<input type="button" onclick="SetAllCheckBoxes('DeleteMsg', 'number', true);" value="Select All">&nbsp;
<input type="button" onclick="SetAllCheckBoxes('DeleteMsg', 'number', false);" value="Deselect All">&nbsp;
<input class="msg" type="submit" name="Action" value="Delete Message(s)" /></div>
@@JS:template.can_delete?'<div align="center"><input type="button" onclick="SetAllCheckBoxes(\'DeleteMsg\', \'number\', true);" value="Select All">&nbsp;<input type="button" onclick="SetAllCheckBoxes(\'DeleteMsg\', \'number\', false);" value="Deselect All">&nbsp; <input class="msg" type="submit" name="Action" value="Delete Message(s)" /></div>':''@@
</form>
<script type="text/javascript">
......
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