| 
      
            Lines 20-32
          
      
      
        Link Here
      
     | 
  
        
          | 20 | 
              [% IF ( privacy_updated ) %]  | 
          20 | 
              [% IF ( privacy_updated ) %]  | 
        
        
          | 21 | 
                  <div class="dialog message">Your privacy rules have been updated.</div>  | 
          21 | 
                  <div class="dialog message">Your privacy rules have been updated.</div>  | 
        
        
          | 22 | 
              [% END %]  | 
          22 | 
              [% END %]  | 
        
          
            
              | 23 | 
               | 
              23 | 
              	<div id="userprivacyrules" class="container">  | 
            
        
          | 24 | 
              <h2>Privacy rule</h2>  | 
          24 | 
              <h2>Privacy rule</h2>  | 
        
        
          | 25 | 
              [% IF ( Ask_data ) %]  | 
          25 | 
              [% IF ( Ask_data ) %]  | 
        
        
          | 26 | 
          		<p>We take great care in protecting your privacy. On this screen, you can define how long we keep your reading history.</p>  | 
          26 | 
          		<p>We take great care in protecting your privacy. On this screen, you can define how long we keep your reading history.</p>  | 
        
        
          | 27 | 
          		<p>Your options are: <p>  | 
          27 | 
          		<p>Your options are: <p>  | 
        
            
              | 28 | 
              		<form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form">  | 
               | 
               | 
            
            
              | 29 | 
                          <input type="hidden" name="op" value="update_privacy" />  | 
            
        
          | 30 | 
                      <ul id="opac-privacy-options-list">  | 
          28 | 
                      <ul id="opac-privacy-options-list">  | 
        
        
          | 31 | 
                          <li class="privacy0">Forever: keep my reading history without limit. This is the option for users who want to keep track of what they are reading.</li>  | 
          29 | 
                          <li class="privacy0">Forever: keep my reading history without limit. This is the option for users who want to keep track of what they are reading.</li>  | 
        
        
          | 32 | 
                          <li class="privacy1">Default: keep my reading history according to local laws. This is the default option : the library will keep your reading history for the duration permitted by local laws.</li>  | 
          30 | 
                          <li class="privacy1">Default: keep my reading history according to local laws. This is the default option : the library will keep your reading history for the duration permitted by local laws.</li>  | 
        
  
    | 
      
            Lines 34-39
          
      
      
        Link Here
      
     | 
  
        
          | 34 | 
                      </ul>  | 
          32 | 
                      </ul>  | 
        
        
          | 35 | 
                      <p id="note1">Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.</p>  | 
          33 | 
                      <p id="note1">Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.</p>  | 
        
        
          | 36 | 
                      <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>  | 
          34 | 
                      <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>  | 
        
            
               | 
               | 
              35 | 
                  </div>  | 
            
            
              | 36 | 
                  	<form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form">  | 
            
            
              | 37 | 
                          <input type="hidden" name="op" value="update_privacy" />  | 
            
        
          | 37 | 
                      <label for:"privacy">Please choose your privacy rule:</label>  | 
          38 | 
                      <label for:"privacy">Please choose your privacy rule:</label>  | 
        
        
          | 38 | 
                      <select name="privacy">  | 
          39 | 
                      <select name="privacy">  | 
        
        
          | 39 | 
                          [% IF ( privacy0 ) %]  | 
          40 | 
                          [% IF ( privacy0 ) %]  | 
        
            
              | 40 | 
              -   | 
               | 
               |