Skip to content

Commit

Permalink
Have catalog selection in bootstrap style
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSmits committed Feb 8, 2017
1 parent 0a9235a commit 21a2a13
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions template/catalog/choosecatalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ under the License.

<#-- Only show if there is more than 1 (one) catalog, no sense selecting when there is only one option... -->
<#if (catalogCol?size > 1)>
<div id ="choosecatalog" class="screenlet">
<div class="screenlet-title-bar">
<ul>
<li class="h3">${uiLabelMap.ProductChooseCatalog}</li>
</ul>
<br class="clear"/>
<div id ="choosecatalog" class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">${uiLabelMap.ProductChooseCatalog}</h3>
</div>
<div class="screenlet-body">
<div class="panel-body">
<form name="choosecatalogform" method="post" action="<@ofbizUrl>main</@ofbizUrl>">
<select name='CURRENT_CATALOG_ID' class='selectBox' onchange="submit()">
<option value='${currentCatalogId}'>${currentCatalogName}</option>
Expand Down

0 comments on commit 21a2a13

Please sign in to comment.