View | Details | Raw Unified | Return to bug 15963
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-2 / +1 lines)
Lines 134-140 $(document).ready(function() { Link Here
134
134
135
    <div class="dialog message"><h3>Tag deleted</h3>
135
    <div class="dialog message"><h3>Tag deleted</h3>
136
    <form action="[% script_name %]" method="post"><input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
136
    <form action="[% script_name %]" method="post"><input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
137
    <input type="submit" value="OK" class="approve" />
137
        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
138
    </form></div>
138
    </form></div>
139
[% END %]
139
[% END %]
140
[% IF ( framework_create ) %]
140
[% IF ( framework_create ) %]
141
- 

Return to bug 15963