TESTING - Option Menu?

This commit is contained in:
Yuki K 2016-09-15 02:27:32 -04:00
parent bd228df341
commit f847b5333b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
</li> </li>
<?php endif ?> <?php endif ?>
<?php endif ?> <?php endif ?>
<?= $this->linkTo('', '#', ['class' => 'submenu-button']) ?> <?= $this->linkTo('Options', '#', ['class' => 'submenu-button']) ?>
<ul class="submenu" style="display: none"> <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> <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) : ?> <!-- <?php //if (!$this->post->is_deleted() && $this->post->image() && $this->post->width && $this->post->width > 700) : ?>

View File

@ -842,7 +842,7 @@ en:
delete: Delete delete: Delete
download: download:
image: Image image: Image
larger: Download larger version larger: Download
normal: Download normal: Download
favorites: favorites:
add: Add to favorites add: Add to favorites