Changed the icons for the reports and accounts to be more accessible.
This commit is contained in:
		| @@ -35,7 +35,7 @@ First written: 2023/1/26 | ||||
|       </li> | ||||
|       <li> | ||||
|         <a class="dropdown-item {% if request.endpoint.startswith("accounting.account.") %} active {% endif %}" href="{{ url_for("accounting.account.list") }}"> | ||||
|           <i class="fa-solid fa-list"></i> | ||||
|           <i class="fa-solid fa-clipboard"></i> | ||||
|           {{ A_("Accounts") }} | ||||
|         </a> | ||||
|       </li> | ||||
|   | ||||
| @@ -77,7 +77,7 @@ First written: 2023/3/5 | ||||
|   </div> | ||||
|   <div class="btn-group"> | ||||
|     <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> | ||||
|       <i class="fa-solid fa-book"></i> | ||||
|       <i class="fa-solid fa-clipboard"></i> | ||||
|       {{ report.account.title|title }} | ||||
|     </button> | ||||
|     <ul class="dropdown-menu"> | ||||
| @@ -125,7 +125,7 @@ First written: 2023/3/5 | ||||
|   </div> | ||||
|   <div class="btn-group"> | ||||
|     <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> | ||||
|       <i class="fa-solid fa-book"></i> | ||||
|       <i class="fa-solid fa-clipboard"></i> | ||||
|       {{ A_("Account") }} | ||||
|     </button> | ||||
|     <ul class="dropdown-menu"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user