Skip to content

Commit

Permalink
set structure preview to open by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Feb 15, 2016
1 parent 92c6b26 commit 6b4234a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/default/template_editor/index.tmpl.php
Expand Up @@ -59,8 +59,7 @@
?>
<div style=" margin-bottom: 10px; <?php if($check) echo 'border: 2px #cccccc dotted;';?> ">
<div style="font-size:95%; margin-left: 10px;">
<a title="outline_collapsed" id="a_outline_<?php echo $struct['short_name'];?>" onclick="javascript: trans.utility.toggleOutline('<?php echo $struct['short_name'];?>', '<?php echo _AT('hide_outline'); ?>', '<?php echo _AT('show_outline'); ?>'); " href="javascript:void(0)"><?php echo _AT('show_outline'); ?></a>
<div style="display: none;" id="div_outline_<?php echo $struct['short_name'];?>">
<div style="display: inline;" id="div_outline_<?php echo $struct['short_name'];?>">
<?php
$struc_manag = new StructureManager($struct['short_name']);
$struc_manag->printPreview(false, $struct['short_name']);
Expand Down

0 comments on commit 6b4234a

Please sign in to comment.