layoutRef: ticket_zoom from highlight ref

This commit is contained in:
Felix Niklas 2015-09-22 11:16:06 +02:00
parent 85515e61be
commit b2657a44d9
3 changed files with 4 additions and 18 deletions

View file

@ -790,7 +790,7 @@ class ErrorRef extends App.ControllerContent
App.Config.set( 'layout_ref/error', ErrorRef, 'Routes' )
class HighlightRef extends App.ControllerContent
class ticketZoomRef extends App.ControllerContent
elements:
'.article-text': 'articles'
'.js-highlight-icon': 'highlightIcon'
@ -839,7 +839,7 @@ class HighlightRef extends App.ControllerContent
@loadHighlights()
render: ->
@html App.view('layout_ref/highlight')
@html App.view('layout_ref/ticket_zoom')
colors: @colors
activeColorIndex: @activeColorIndex
@ -939,7 +939,7 @@ class HighlightRef extends App.ControllerContent
@storeHighlights()
App.Config.set( 'layout_ref/highlight', HighlightRef, 'Routes' )
App.Config.set( 'layout_ref/ticket_zoom', ticketZoomRef, 'Routes' )
class CluesRef extends App.ControllerContent

View file

@ -4,6 +4,7 @@
<ul>
<li><a href="#layout_ref/ticket_zoom">Ticket Zoom</a></li>
<li><a href="#layout_ref/primary_email">Primary Email (New/Edit User)</a></li>
<li><a href="#layout_ref/merge_customer">Merge Customer</a></li>
<li><a href="#layout_ref/inputs">✏ Inputs</a></li>
@ -14,7 +15,6 @@
<li><a href="#layout_ref/user_list">User List</a></li>
<li><a href="#layout_ref/admin_placeholder">Admin Placeholder (Inline Tutorials)</a></li>
<li><a href="#layout_ref/clues">First Steps (Clues)</a></li>
<li><a href="#layout_ref/highlight">Highlight</a></li>
<li>Content <a href="#layout_ref/content">Example</a></li>
<li>Content + Sidebar Right <a href="#layout_ref/content_sidebar_right">Example</a></li>
<li>Content + Sidebar Right not shown if screen resulution is lower then 1280px <a href="#layout_ref/content_sidebar_right_sidebar_optional">Example</a></li>

View file

@ -24,20 +24,6 @@
<% end %>
</ul>
</div>
<div class="pagination-counter">
<span class="pagination-item-current">1</span>/<span class="pagination-total-items">36</span>
</div>
<ul class="pagination">
<li>
<a class="btn btn--action btn--split--first" data-from="0" data-type="page">
<%- @Icon('arrow-left') %>
</a>
<li>
<a class="btn btn--action btn--split--last" href="#" data-from="1" data-type="page">
<%- @Icon('arrow-right') %>
</a>
</ul>
</li>
</div>
<div class="scrollPageHeader tabsSidebar-sidebarSpacer"