layoutRef: ticket_zoom from highlight ref
This commit is contained in:
parent
85515e61be
commit
b2657a44d9
3 changed files with 4 additions and 18 deletions
|
@ -790,7 +790,7 @@ class ErrorRef extends App.ControllerContent
|
||||||
App.Config.set( 'layout_ref/error', ErrorRef, 'Routes' )
|
App.Config.set( 'layout_ref/error', ErrorRef, 'Routes' )
|
||||||
|
|
||||||
|
|
||||||
class HighlightRef extends App.ControllerContent
|
class ticketZoomRef extends App.ControllerContent
|
||||||
elements:
|
elements:
|
||||||
'.article-text': 'articles'
|
'.article-text': 'articles'
|
||||||
'.js-highlight-icon': 'highlightIcon'
|
'.js-highlight-icon': 'highlightIcon'
|
||||||
|
@ -839,7 +839,7 @@ class HighlightRef extends App.ControllerContent
|
||||||
@loadHighlights()
|
@loadHighlights()
|
||||||
|
|
||||||
render: ->
|
render: ->
|
||||||
@html App.view('layout_ref/highlight')
|
@html App.view('layout_ref/ticket_zoom')
|
||||||
colors: @colors
|
colors: @colors
|
||||||
activeColorIndex: @activeColorIndex
|
activeColorIndex: @activeColorIndex
|
||||||
|
|
||||||
|
@ -939,7 +939,7 @@ class HighlightRef extends App.ControllerContent
|
||||||
@storeHighlights()
|
@storeHighlights()
|
||||||
|
|
||||||
|
|
||||||
App.Config.set( 'layout_ref/highlight', HighlightRef, 'Routes' )
|
App.Config.set( 'layout_ref/ticket_zoom', ticketZoomRef, 'Routes' )
|
||||||
|
|
||||||
|
|
||||||
class CluesRef extends App.ControllerContent
|
class CluesRef extends App.ControllerContent
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
|
|
||||||
<ul>
|
<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/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/merge_customer">Merge Customer</a></li>
|
||||||
<li><a href="#layout_ref/inputs">✏ Inputs</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/user_list">User List</a></li>
|
||||||
<li><a href="#layout_ref/admin_placeholder">Admin Placeholder (Inline Tutorials)</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/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 <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 <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>
|
<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>
|
||||||
|
|
|
@ -24,20 +24,6 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
||||||
|
|
||||||
<div class="scrollPageHeader tabsSidebar-sidebarSpacer"
|
<div class="scrollPageHeader tabsSidebar-sidebarSpacer"
|
Loading…
Reference in a new issue