| Lines 147-152
          
      
      
        Link Here | 
        
          | 147 |                 <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% library.branchip | html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li> | 147 |                 <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% library.branchip | html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li> | 
        
          | 148 |                 <li><label for="marcorgccode">MARC organization code</label> <input type="text" name="marcorgcode" id="marcorgcode" size="16" value="[% library.marcorgcode | html %]" /> <span class="hint">If not filled in defaults to system preference MARCOrgCode. You can obtain your code from <a href="http://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>.</span> | 148 |                 <li><label for="marcorgccode">MARC organization code</label> <input type="text" name="marcorgcode" id="marcorgcode" size="16" value="[% library.marcorgcode | html %]" /> <span class="hint">If not filled in defaults to system preference MARCOrgCode. You can obtain your code from <a href="http://www.loc.gov/marc/organizations/orgshome.html" target="_blank">Library of Congress</a>.</span> | 
        
          | 149 |                 <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes | html %]" /></li> | 149 |                 <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes | html %]" /></li> | 
            
              |  |  | 150 |                 <li><label for="pickup_location">Pickup location: </label><select name="pickup_location" id="pickup_location"><option value="1" [% IF library.pickup_location %]selected[% END %]>Yes</option><option value="0" [% IF !library.pickup_location %]selected[% END %]>No</option></select></li> | 
        
          | 150 |             </ol> | 151 |             </ol> | 
        
          | 151 |         </fieldset> | 152 |         </fieldset> | 
        
          | 152 |         <fieldset class="action"> | 153 |         <fieldset class="action"> | 
  
    | Lines 182-187
          
      
      
        Link Here | 
        
          | 182 |                     <th>Address</th> | 183 |                     <th>Address</th> | 
        
          | 183 |                     <th>MARC organization code</th> | 184 |                     <th>MARC organization code</th> | 
        
          | 184 |                     <th>IP</th> | 185 |                     <th>IP</th> | 
            
              |  |  | 186 |                     <th>Pickup location</th> | 
        
          | 185 |                     <th>Actions</th> | 187 |                     <th>Actions</th> | 
        
          | 186 |                 </tr> | 188 |                 </tr> | 
        
          | 187 |             </thead> | 189 |             </thead> | 
  
    | Lines 219-224
          
      
      
        Link Here | 
        
          | 219 |                         </td> | 221 |                         </td> | 
        
          | 220 |                         <td>[% library.marcorgcode | html %]</td> | 222 |                         <td>[% library.marcorgcode | html %]</td> | 
        
          | 221 |                         <td>[% library.branchip | html %]</td> | 223 |                         <td>[% library.branchip | html %]</td> | 
            
              |  |  | 224 |                         <td>[% IF library.pickup_location %]Yes[% ELSE %]No[% END %]</td> | 
        
          | 222 |                         <td class="actions"> | 225 |                         <td class="actions"> | 
        
          | 223 |                             <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=[% library.branchcode |uri %]"><i class="fa fa-pencil"></i> Edit</a> | 226 |                             <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=[% library.branchcode |uri %]"><i class="fa fa-pencil"></i> Edit</a> | 
        
          | 224 |                             <form action="/cgi-bin/koha/admin/branches.pl" method="post"> | 227 |                             <form action="/cgi-bin/koha/admin/branches.pl" method="post"> | 
            
              | 225 | -  |  |  |