add warning color to delete buttons.
This commit is contained in:
parent
297983f7be
commit
87ce1e9e63
@ -41,7 +41,7 @@
|
||||
'mediagoblin.user_pages.user_home',
|
||||
user=user.username) }}">{% trans %}Cancel{% endtrans %}</a>
|
||||
{{ csrf_token }}
|
||||
<input type="submit" value="{% trans %}Delete permanently{% endtrans %}" class="button_form" />
|
||||
<input type="submit" value="{% trans %}Delete permanently{% endtrans %}" class="button_form button_warning" />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
@ -45,7 +45,7 @@
|
||||
{{- collection.url_for_self(request.urlgen) }}">
|
||||
{%- trans %}Cancel{% endtrans -%}
|
||||
</a>
|
||||
<input type="submit" value="{% trans %}Delete permanently{% endtrans %}" class="button_form" />
|
||||
<input type="submit" value="{% trans %}Delete permanently{% endtrans %}" class="button_form button_warning" />
|
||||
{{ csrf_token }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,7 +51,7 @@
|
||||
{{- collection_item.in_collection.url_for_self(request.urlgen) }}">
|
||||
{%- trans %}Cancel{% endtrans -%}
|
||||
</a>
|
||||
<input type="submit" value="{% trans %}Remove{% endtrans %}" class="button_form" />
|
||||
<input type="submit" value="{% trans %}Remove{% endtrans %}" class="button_form button_warning" />
|
||||
{{ csrf_token }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<div class="form_submit_buttons">
|
||||
{# TODO: This isn't a button really... might do unexpected things :) #}
|
||||
<a class="button_action" href="{{ media.url_for_self(request.urlgen) }}">{% trans %}Cancel{% endtrans %}</a>
|
||||
<input type="submit" value="{% trans %}Delete permanently{% endtrans %}" class="button_form" />
|
||||
<input type="submit" value="{% trans %}Delete permanently{% endtrans %}" class="button_form button_warning" />
|
||||
{{ csrf_token }}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user