Added font-awesome icons to the report chooser.
This commit is contained in:
		| @@ -54,10 +54,16 @@ First written: 2023/3/8 | ||||
|     </button> | ||||
|     <ul class="dropdown-menu" aria-label="{{ A_("Report") }}"> | ||||
|       {% for report in report.report_chooser %} | ||||
|         <li><a class="dropdown-item {% if report.is_active %} active {% endif %}" href="{{ report.url }}">{{ report.title }}</a></li> | ||||
|         <li> | ||||
|           <a class="dropdown-item {% if report.is_active %} active {% endif %}" href="{{ report.url }}"> | ||||
|             <i class="{{ report.fa_icon }}"></i> | ||||
|             {{ report.title }} | ||||
|           </a> | ||||
|         </li> | ||||
|       {% endfor %} | ||||
|       <li> | ||||
|         <span class="dropdown-item accounting-clickable" data-bs-toggle="modal" data-bs-target="#accounting-search-modal"> | ||||
|           <i class="fa-solid fa-magnifying-glass"></i> | ||||
|           {{ A_("Search") }} | ||||
|         </span> | ||||
|       </li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user