TESTING - Option Menu?

This commit is contained in:
Yuki K 2016-09-15 02:25:05 -04:00
parent daa98fb80c
commit bd228df341

View File

@ -25,7 +25,7 @@
<?php endif ?>
<?php endif ?>
<?= $this->linkTo('■', '#', ['class' => 'submenu-button']) ?>
<ul class="submenu">
<ul class="submenu" style="display: none">
<li><?= $this->linkToFunction($this->t('buttons.edit'), "$('comments').hide(); $('edit').show().scrollTo(); $('post_tags').focus(); Cookie.put('show_defaults_to_edit', 1);") ?></li>
<!-- <?php //if (!$this->post->is_deleted() && $this->post->image() && $this->post->width && $this->post->width > 700) : ?>
<li><?php //echo $this->linkToFunction($this->t('.resize'), "post->resize_image()") ?></li>