mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	bootstrap icon conversion fixes
This commit is contained in:
		
							parent
							
								
									7e88db9d2b
								
							
						
					
					
						commit
						b47ec2e8f9
					
				
					 74 changed files with 569 additions and 73 deletions
				
			
		|  | @ -7,7 +7,7 @@ | |||
| <div class="row"> | ||||
|     <div class="col-lg-12"> | ||||
|         <a href="{% url 'admin:group_create' %}" class="btn btn-success btn-header float-end"> | ||||
|             {% bs_icon 'plus' %} | ||||
|             {% bs_icon 'plus-circle-fill' %} | ||||
|         </a> | ||||
|         {% include 'search_block.html' %} | ||||
|         <h1 class="page-header">{% trans "Groups" %}</h1> | ||||
|  |  | |||
|  | @ -16,7 +16,8 @@ | |||
|             {% bootstrap_form attributes_form layout='horizontal' %} | ||||
|         </form> | ||||
|         <div class="float-end"> | ||||
|             <a class="btn btn-primary" href="javascript:history.back()">{% bs_icon 'x' %} {% trans "Cancel" %}</a> | ||||
|             <a class="btn btn-primary" href="javascript:history.back()"> | ||||
|                 {% bs_icon 'x-square-fill' %} {% trans "Cancel" %}</a> | ||||
|             <button type="submit" form="create-update" class="btn btn-success"> | ||||
|                 {% bs_icon 'check2' %} {% trans "Save" %} | ||||
|             </button> | ||||
|  |  | |||
|  | @ -10,7 +10,7 @@ | |||
| 
 | ||||
| {% block page_heading_extra %} | ||||
| <a href="{% url 'admin:user_create' %}" class="btn btn-success btn-header float-end"> | ||||
|     {% bs_icon 'plus' %} | ||||
|     {% bs_icon 'plus-circle-fill' %} | ||||
| </a> | ||||
| {% include 'search_block.html' %} | ||||
| {% endblock page_heading_extra %} | ||||
|  | @ -55,14 +55,14 @@ | |||
|                         <td>{% if can_clone %}{% bs_icon 'check' %}{% endif %}</td> | ||||
|                         <td> | ||||
|                             <div class="float-end btn-group"> | ||||
|                                 <a class="btn btn-success" title="{%trans "View Profile" %}" href="{% url 'accounts:account' user.id %}">{% bs_icon 'eye' %}</a> | ||||
|                                 <a class="btn btn-primary" title="{%trans "Edit" %}" href="{% url 'admin:user_update' user.id %}">{% bs_icon 'pencil' %}</a> | ||||
|                                 <a class="btn btn-success" title="{%trans "View Profile" %}" href="{% url 'accounts:account' user.id %}">{% bs_icon 'eye-fill' %}</a> | ||||
|                                 <a class="btn btn-primary" title="{%trans "Edit" %}" href="{% url 'admin:user_update' user.id %}">{% bs_icon 'pencil-fill' %}</a> | ||||
|                                 {% if user.is_active %} | ||||
|                                     <a class="btn btn-warning" title="{%trans "Block" %}" href="{% url 'admin:user_block' user.id %}">{% bs_icon 'stop' %}</a> | ||||
|                                     <a class="btn btn-warning" title="{%trans "Block" %}" href="{% url 'admin:user_block' user.id %}">{% bs_icon 'stop-fill' %}</a> | ||||
|                                 {% else %} | ||||
|                                     <a class="btn btn-success" title="{%trans "Unblock" %}" href="{% url 'admin:user_unblock' user.id %}">{% bs_icon 'play' %}</a> | ||||
|                                     <a class="btn btn-success" title="{%trans "Unblock" %}" href="{% url 'admin:user_unblock' user.id %}">{% bs_icon 'play-fill' %}</a> | ||||
|                                 {% endif %} | ||||
|                                 <a class="btn btn-danger" title="{%trans "Delete" %}" href="{% url 'admin:user_delete' user.id %}">{% bs_icon 'x' %}</a> | ||||
|                                 <a class="btn btn-danger" title="{%trans "Delete" %}" href="{% url 'admin:user_delete' user.id %}">{% bs_icon 'x-circle-fill' %}</a> | ||||
|                             </div> | ||||
|                         </td> | ||||
|                     </tr> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue