diff --git a/app/views/post/show_partials/_options_panel.php b/app/views/post/show_partials/_options_panel.php
index 6b8b7df..3dc4299 100755
--- a/app/views/post/show_partials/_options_panel.php
+++ b/app/views/post/show_partials/_options_panel.php
@@ -1,74 +1,89 @@
- - = $this->linkToFunction($this->t('buttons.edit'), "$('comments').hide(); $('edit').show().scrollTo(); $('post_tags').focus(); Cookie.put('show_defaults_to_edit', 1);") ?>
-
- post->image() && $this->post->can_be_seen_by(current_user())) : ?>
- post->get_file_jpeg() ?>
- post->use_sample(current_user()) or current_user()->always_resize_images) : ?>
- - post->tags()) || current_user()->is_contributor_or_higher());
- echo $this->linkTo($this->t('.view_larger'), $file_jpeg['url'], [
- 'class' => ($this->post->has_sample() ? "original-file-changed":"original-file-unchanged") . " highres-show",
- 'id' => 'highres-show', 'large_width' => $this->post->width, 'large_height' => $this->post->height])
- ?>
-
-
- - post->tags()) && !current_user()->is_contributor_or_higher()) :
- $file_sample = $this->post->get_file_sample(current_user());
- echo $this->linkTo(($this->post->has_sample() ? $this->t('.download.larger') : $this->t('.download.normal')) . ' (' . $this->numberToHumanSize($file_sample['size']) . ' ' . strtoupper($file_sample['ext']) . ')', $file_sample['url'], array(
- 'class' => $this->post->has_sample() ? "original-file-changed":"original-file-unchanged",
- 'id' => 'highres'));
- else:
- echo $this->linkTo(($this->post->has_sample() ? $this->t('.download.larger') : $this->t('.download.image')) . ' (' . $this->numberToHumanSize($file_jpeg['size']) . ' ' . strtoupper($file_jpeg['ext']) . ')', $file_jpeg['url'], array(
- 'class' => ($this->post->has_sample() ? "original-file-changed":"original-file-unchanged"),
- 'id' => 'highres'));
- endif
- ?>
-
- post->has_jpeg()) : ?>
- post->get_file_image() ?>
-
- - = $this->linkTo($this->t('.download.normal').' '.strtoupper($file_image['ext']).' ('.$this->numberToHumanSize($file_image['size']).')', $file_image['url'], array(
- 'class' => 'original-file-unchanged',
- 'id' => 'png'));
- ?>
-
-
-
- post->can_user_delete(current_user())) : ?>
- - = $this->linkTo($this->t('.delete'), array('#delete', 'id' => $this->post->id)) ?>
-
- post->is_deleted() && current_user()->is_janitor_or_higher()) : ?>
- - = $this->linkTo($this->t('.undelete'), array('#undelete', 'id' => $this->post->id)) ?>
-
- post->is_flagged() && !$this->post->is_deleted()) : ?>
- - = $this->linkToFunction($this->t('.flag'), "Post.flag(".$this->post->id.", function() { window.location.reload(); })", array('level' => 'member')) ?>
-
- post->is_deleted() && $this->post->image() && !$this->post->is_note_locked()) : ?>
- disable_old_note_creation) : ?>
- -
-
= $this->t(['.notes_create_notice', 'notes_help' => $this->linkTo('Notes help', 'help#notes'), 'close' => $this->linkToFunction('close', 'Note.toggleCreateNotice()')]) ?>
- = $this->linkToFunction($this->t('.add_notes'), "Note.toggleCreateNotice()", array('level' => 'member')) ?>
-
-
- - = $this->linkToFunction($this->t('.add_notes'), "Note.create(".$this->post->id.")", array('level' => 'member')) ?>
-
-
- - = $this->linkToFunction($this->t('.favorites.add'), "Post.vote(".$this->post->id.", 3); return false") ?>
- - = $this->linkToFunction($this->t('.favorites.remove'), "Post.vote(".$this->post->id.", 0); return false") ?>
- post->is_pending() && current_user()->is_janitor_or_higher()) : ?>
- - = $this->linkToFunction($this->t('.approve._'), "if (confirm('".$this->t('.approve.confirm')."')) {Post.approve(".$this->post->id.")}") ?>
-
- post->is_deleted()) : ?>
- - = $this->t('.add_to_pool') ?>
-
- post->is_deleted()) : ?>
- - = $this->linkTo($this->t('.set_avatar'), array('user#set_avatar', 'id' => $this->post->id)) ?>
-
- - = $this->linkTo($this->t('.history'), array('history#index', 'search' => 'post:'.$this->post->id)) ?>
- enable_find_external_data && current_user()->is_mod_or_higher()) : ?>
- - = $this->linkTo('Search external data', array('post#search_external_data', 'ids' => $this->post->id)) ?>
-
+ - post->tags()) && !current_user()->is_contributor_or_higher()) :
+ $file_sample = $this->post->get_file_sample(current_user());
+ echo $this->linkTo(($this->post->has_sample() ? $this->t('.download.larger') : $this->t('.download.normal')) . ' (' . $this->numberToHumanSize($file_sample['size']) . ' ' . strtoupper($file_sample['ext']) . ')', $file_sample['url'], array(
+ 'class' => $this->post->has_sample() ? "original-file-changed":"original-file-unchanged",
+ 'id' => 'highres'));
+ else:
+ echo $this->linkTo(($this->post->has_sample() ? $this->t('.download.larger') : $this->t('.download.image')) . ' (' . $this->numberToHumanSize($file_jpeg['size']) . ' ' . strtoupper($file_jpeg['ext']) . ')', $file_jpeg['url'], array(
+ 'class' => ($this->post->has_sample() ? "original-file-changed":"original-file-unchanged"),
+ 'id' => 'highres'));
+ endif
+ ?>
+ = $this->linkTo('■', '#', ['class' => 'submenu-button']) ?>
+
+