mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 03:40:02 +02:00
organize assignment box
This commit is contained in:
@@ -92,15 +92,19 @@
|
|||||||
</option>
|
</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary btn-sm">
|
<button type="submit" class="btn btn-primary btn-sm">
|
||||||
<i class="fas fa-user-check"></i>
|
<i class="fas fa-user-check"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<span class="text-muted px-1">|</span>
|
||||||
|
|
||||||
|
<!-- self assign hand -->
|
||||||
|
<a class="btn btn-primary btn-sm" data-toggle="tooltip" href="?take" title="{% trans 'Assign this ticket to ' %}{{ request.user.email }}">
|
||||||
|
<i class="fas fa-hand-paper"></i>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<!-- self assign hand -->
|
|
||||||
<a class="btn btn-primary btn-sm float-right" data-toggle="tooltip" href='?take' title='{% trans "Assign this ticket to " %}{{ request.user.email }}'>
|
|
||||||
<i class="fas fa-hand-paper"></i>
|
|
||||||
</a>
|
|
||||||
</td>
|
</td>
|
||||||
<th class="table-active">{% trans "Submitter E-Mail" %}</th>
|
<th class="table-active">{% trans "Submitter E-Mail" %}</th>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user