Skip to content
Snippets Groups Projects
Commit 95720277 authored by Gerry Weißbach's avatar Gerry Weißbach
Browse files

Allow Viewing Options for templates as well.

parent c85bc60f
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ jQuery(function(){
/**
Create section for enabling/disabling viewing options
*/
if ( $extmgr.find('.tabs li:first-child').hasClass('active') ) {
if ( $extmgr.find('.tabs li:first-child, .tabs li:nth-child(2)').hasClass('active') ) {
var $displayOpts = jQuery('<p>', { id: 'viewoptions'} ).appendTo($extmgr.find( '.panelHeader' ));
$displayOpts.append(LANG.plugins.extension.display_viewoptions);
......
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