| Lines 3-9
          
      
      
        Link Here | 
        
          | 3 | [% IF op == 'add_form' %] | 3 | [% IF op == 'add_form' %] | 
        
          | 4 | › [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] | 4 | › [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] | 
        
          | 5 | [% ELSIF op == 'delete_confirm' %] | 5 | [% ELSIF op == 'delete_confirm' %] | 
          
            
              | 6 | › Delete framework for [% framework.frameworktext %] ([% framework.frameworkcode %])? | 6 | › Delete framework for [% framework.frameworktext |html %] ([% framework.frameworkcode %])? | 
        
          | 7 | [% END %] | 7 | [% END %] | 
        
          | 8 | </title> | 8 | </title> | 
        
          | 9 | [% INCLUDE 'doc-head-close.inc' %] | 9 | [% INCLUDE 'doc-head-close.inc' %] | 
  
    | Lines 31-37
          
      
      
        Link Here | 
        
          | 31 | [% IF op == 'add_form' %] | 31 | [% IF op == 'add_form' %] | 
        
          | 32 | › [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] | 32 | › [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] | 
        
          | 33 | [% ELSIF op == 'delete_confirm' %] | 33 | [% ELSIF op == 'delete_confirm' %] | 
          
            
              | 34 | › Delete framework for [% framework.frameworktext %] ([% framework.frameworkcode %])? | 34 | › Delete framework for [% framework.frameworktext |html %] ([% framework.frameworkcode %])? | 
        
          | 35 | [% END %] | 35 | [% END %] | 
        
          | 36 | </div> | 36 | </div> | 
        
          | 37 |  | 37 |  | 
  
    | Lines 107-119
          
      
      
        Link Here | 
        
          | 107 |     <div class="dialog alert"> | 107 |     <div class="dialog alert"> | 
        
          | 108 |         [% IF biblios_use_this_framework %] | 108 |         [% IF biblios_use_this_framework %] | 
        
          | 109 |             <h3>This framework cannot be deleted</h3> | 109 |             <h3>This framework cannot be deleted</h3> | 
          
            
              | 110 |             <p><strong><span class="ex">[% framework.frameworktext %] ([% framework.frameworkcode %])</span></strong></p> | 110 |             <p><strong><span class="ex">[% framework.frameworktext |text %] ([% framework.frameworkcode %])</span></strong></p> | 
        
          | 111 |             <p>The framework is used [% biblios_use_this_framework %] times.</p> | 111 |             <p>The framework is used [% biblios_use_this_framework %] times.</p> | 
        
          | 112 |             <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get"> | 112 |             <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get"> | 
        
          | 113 |                 <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button> | 113 |                 <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button> | 
        
          | 114 |             </form> | 114 |             </form> | 
        
          | 115 |         [% ELSE %] | 115 |         [% ELSE %] | 
          
            
              | 116 |             <h3>Delete framework for [% framework.frameworktext %] ([% framework.frameworkcode %])?</h3> | 116 |             <h3>Delete framework for [% framework.frameworktext |html %] ([% framework.frameworkcode %])?</h3> | 
        
          | 117 |             <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post"> | 117 |             <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post"> | 
        
          | 118 |                 <input type="hidden" name="op" value="delete_confirmed" /> | 118 |                 <input type="hidden" name="op" value="delete_confirmed" /> | 
        
          | 119 |                 <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode %]" /> | 119 |                 <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode %]" /> | 
  
    | Lines 209-215
          
      
      
        Link Here | 
        
          | 209 |     [% FOREACH loo IN frameworks %] | 209 |     [% FOREACH loo IN frameworks %] | 
        
          | 210 |         <tr> | 210 |         <tr> | 
        
          | 211 |             <td>[% loo.frameworkcode %]</td> | 211 |             <td>[% loo.frameworkcode %]</td> | 
          
            
              | 212 |             <td>[% loo.frameworktext %]</td> | 212 |             <td>[% loo.frameworktext |html %]</td> | 
        
          | 213 |             <td> | 213 |             <td> | 
        
          | 214 |               <div class="dropdown"> | 214 |               <div class="dropdown"> | 
        
          | 215 |                 <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode %]" role="button" data-toggle="dropdown" href="#"> | 215 |                 <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode %]" role="button" data-toggle="dropdown" href="#"> | 
  
    | Lines 230-236
          
      
      
        Link Here | 
        
          | 230 |                   <div class="modal-content"> | 230 |                   <div class="modal-content"> | 
        
          | 231 |                   <div class="modal-header"> | 231 |                   <div class="modal-header"> | 
        
          | 232 |                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> | 232 |                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> | 
          
            
              | 233 |                     <h3 id="exportLabelexportModal_[% loo.frameworkcode %][% loop.count %]">Export [% loo.frameworktext %] framework</h3> | 233 |                     <h3 id="exportLabelexportModal_[% loo.frameworkcode %][% loop.count %]">Export [% loo.frameworktext |html %] framework</h3> | 
        
          | 234 |                   </div> | 234 |                   </div> | 
        
          | 235 |                   <form action="import_export_framework.pl" name="form_[% loo.frameworkcode %]" method="get" target="_blank"  class="form_export"> | 235 |                   <form action="import_export_framework.pl" name="form_[% loo.frameworkcode %]" method="get" target="_blank"  class="form_export"> | 
        
          | 236 |                     <div class="modal-body"> | 236 |                     <div class="modal-body"> |