Skip to content
Snippets Groups Projects
Commit 90017416 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#133 - show number of icons

parent 25cdaa1d
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@ category.new.label.name=Name
category.new.label.icon=Icon
category.new.icon.remove=Entfernen
category.new.icon.placeholder=Hier klicken um ein Icon auszuwählen
category.new.icons=Icons
categories.usages=Verweise
categories.actions=Aktionen
......
......@@ -187,6 +187,7 @@ category.new.label.name=Name
category.new.label.icon=Icon
category.new.icon.remove=Remove
category.new.icon.placeholder=Click here to select an icon
category.new.icons=Icons
categories.usages=Usages
categories.actions=Actions
......
......@@ -90,6 +90,10 @@
font-size: 2rem;
}
#numberOfCategories {
font-size: 1.1rem;
}
/*style spectrum color picker*/
/*hide spectrum color picker arrow*/
......
......@@ -31,15 +31,18 @@
<#macro modalIconSelect>
<div id="modalIconSelect" class="modal modal-fixed-footer background-color">
<div class="modal-content">
<h4>${locale.getString("category.new.label.icon")}</h4>
<div class="row">
<div class="row no-margin-bottom">
<div class="input-field col s12 m12 l8 offset-l2">
<i class="material-icons prefix">search</i>
<input id="searchIcons" type="text">
<label for="searchIcons">${locale.getString("search")}</label>
</div>
</div>
<div class="row">
<div class="col s12 center-align" id="numberOfCategories">${fontawesomeIcons?size}/${fontawesomeIcons?size} ${locale.getString("category.new.icons")}</div>
</div>
<hr>
<div class="row">
<#list fontawesomeIcons as icon>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment