Private GIT

Skip to content
Snippets Groups Projects
Commit ab787055 authored by X O's avatar X O
Browse files

Adds dropdown arrow to "select column" button

parent 5e286583
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<div id="HomeLayout" class="pull-right hidden-print" style="margin-top: -40px;"> <div id="HomeLayout" class="pull-right hidden-print" style="margin-top: -40px;">
% if layout != 'poster': % if layout != 'poster':
<button id="popover" type="button" class="btn btn-inline">Select Column</button> <button id="popover" type="button" class="btn btn-inline">Select Column <b class="caret"></b></button>
% endif % endif
<span> Layout: <span> Layout:
<select name="layout" class="form-control form-control-inline input-sm" onchange="location = this.options[this.selectedIndex].value;"> <select name="layout" class="form-control form-control-inline input-sm" onchange="location = this.options[this.selectedIndex].value;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment