| 
      
            Lines 33-39
          
      
      
        Link Here
      
     | 
  
        
          | 33 | 
                  [% CASE 'error_on_update' %]  | 
          33 | 
                  [% CASE 'error_on_update' %]  | 
        
        
          | 34 | 
                      An error occurred when updating this desk. Perhaps it already exists.  | 
          34 | 
                      An error occurred when updating this desk. Perhaps it already exists.  | 
        
        
          | 35 | 
                  [% CASE 'error_on_insert' %]  | 
          35 | 
                  [% CASE 'error_on_insert' %]  | 
        
          
            
              | 36 | 
                          An error occurred when adding this desk. The desk id might already exist.  | 
              36 | 
                          An error occurred when adding this desk. The desk ID might already exist.  | 
            
        
          | 37 | 
                  [% CASE 'error_on_delete' %]  | 
          37 | 
                  [% CASE 'error_on_delete' %]  | 
        
        
          | 38 | 
                      An error occurred when deleting this desk. Check the logs.  | 
          38 | 
                      An error occurred when deleting this desk. Check the logs.  | 
        
        
          | 39 | 
                  [% CASE 'success_on_update' %]  | 
          39 | 
                  [% CASE 'success_on_update' %]  | 
        
  
    | 
      
            Lines 98-111
          
      
      
        Link Here
      
     | 
  
        
          | 98 | 
              <div class="dialog alert">  | 
          98 | 
              <div class="dialog alert">  | 
        
        
          | 99 | 
                  <h3>Delete desk "[% desk.desk_name | html %]?"</h3>  | 
          99 | 
                  <h3>Delete desk "[% desk.desk_name | html %]?"</h3>  | 
        
        
          | 100 | 
                  <table>  | 
          100 | 
                  <table>  | 
        
          
            
              | 101 | 
                          <tr><th>Desk id</th>  | 
              101 | 
                          <tr><th>Desk ID</th>  | 
            
        
          | 102 | 
                          <td>[% desk.desk_id | html %]</td>  | 
          102 | 
                          <td>[% desk.desk_id | html %]</td>  | 
        
        
          | 103 | 
                      </tr>  | 
          103 | 
                      </tr>  | 
        
        
          | 104 | 
                      <tr><th>Desk</th>  | 
          104 | 
                      <tr><th>Desk</th>  | 
        
        
          | 105 | 
                          <td>[% desk.desk_name | html %]</td>  | 
          105 | 
                          <td>[% desk.desk_name | html %]</td>  | 
        
        
          | 106 | 
                      </tr>  | 
          106 | 
                      </tr>  | 
        
          
            
              | 107 | 
                          <tr><th>Branchcode</th>  | 
              107 | 
                          <tr><th>Library</th>  | 
            
            
              | 108 | 
                              <td>[% desk.branchcode | html %]</td>  | 
              108 | 
                              <td>[% Branches.GetName( desk.branchcode ) | html %]</td>  | 
            
        
          | 109 | 
                      </tr>  | 
          109 | 
                      </tr>  | 
        
        
          | 110 | 
                  </table>  | 
          110 | 
                  </table>  | 
        
        
          | 111 | 
                  <form action="/cgi-bin/koha/admin/desks.pl" method="post">  | 
          111 | 
                  <form action="/cgi-bin/koha/admin/desks.pl" method="post">  | 
        
  
    | 
      
            Lines 145-151
          
      
      
        Link Here
      
     | 
  
        
          | 145 | 
                          <tr>  | 
          145 | 
                          <tr>  | 
        
        
          | 146 | 
                              <td>[% desk.desk_id | html %]</td>  | 
          146 | 
                              <td>[% desk.desk_id | html %]</td>  | 
        
        
          | 147 | 
                              <td>[% desk.desk_name | html %]</td>  | 
          147 | 
                              <td>[% desk.desk_name | html %]</td>  | 
        
          
            
              | 148 | 
                                  <td>[% desk.branchcode | html %]</td>  | 
              148 | 
                                  <td>[% Branches.GetName( desk.branchcode ) | html %]</td>  | 
            
        
          | 149 | 
                              <td class="actions">  | 
          149 | 
                              <td class="actions">  | 
        
        
          | 150 | 
                                  <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/desks.pl?op=add_form&desk_id=[% desk.desk_id | html %]"><i class="fa fa-pencil"></i> Edit</a>  | 
          150 | 
                                  <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/desks.pl?op=add_form&desk_id=[% desk.desk_id | html %]"><i class="fa fa-pencil"></i> Edit</a>  | 
        
        
          | 151 | 
                                  <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/desks.pl?op=delete_confirm&desk_id=[% desk.desk_id | html %]"><i class="fa fa-trash"></i> Delete</a>  | 
          151 | 
                                  <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/desks.pl?op=delete_confirm&desk_id=[% desk.desk_id | html %]"><i class="fa fa-trash"></i> Delete</a>  | 
        
            
              | 152 | 
              -   | 
               | 
               |