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

(-)a/installer/data/mysql/en/optional/sample_news.yml (-1 / +91 lines)
Lines 53-58 tables: Link Here
53
          expirationdate: "2099-01-10"
53
          expirationdate: "2099-01-10"
54
          number: 1
54
          number: 1
55
55
56
        - code: "CookieConsentBar_1"
57
          category: "html_customizations"
58
          location: "CookieConsentBar"
59
          published_on: "2007-10-29 05:25:58"
60
          expirationdate: "2099-01-10"
61
          number: 1
62
63
        - code: "CookieConsentPopup_1"
64
          category: "html_customizations"
65
          location: "CookieConsentPopup"
66
          published_on: "2007-10-29 05:25:58"
67
          expirationdate: "2099-01-10"
68
          number: 1
56
  - additional_contents_localizations:
69
  - additional_contents_localizations:
57
      translatable: [ title, content ]
70
      translatable: [ title, content ]
58
      multiline: [ content ]
71
      multiline: [ content ]
Lines 99-101 tables: Link Here
99
            - "**Expected behavior**"
112
            - "**Expected behavior**"
100
            - "A clear and concise description of what you expected to happen."
113
            - "A clear and concise description of what you expected to happen."
101
          lang: "default"
114
          lang: "default"
102
- 
115
116
        - additional_content_id: 5
117
          title: "Cookie consent bar"
118
          content:
119
            - "<p>The online catalog uses functional cookies: these are essential to make the site work.</p>"
120
          lang: "default"
121
122
        - additional_content_id: 6
123
          title: "Cookie information"
124
          content:
125
            - "<h3>What are cookies?</h3>"
126
            - "<p>Cookies are small text files placed on your browser by websites. They help make websites work, or work more efficiently. They also \u0022remember\u0022 some of your preferences, so you don't have to set a preference again every time you switch to a different page on the same website.</p>"
127
            - "<p>If cookies are a concern for you, you may like to regularly clear your cookies on your browser or use a private browser mode. Check your browser settings for these options.</p>"
128
            - "<h3>Essential cookies</h3>"
129
            - "<p>Here is the list of essential cookies used on the Koha online catalog.</p>"
130
            - "<p>Some of these depend on settings chosen by the library team; therefore all the cookies listed may not apply to this site.</p>"
131
            - "<table id=\u0022cookiesinfot\u0022>"
132
            - "  <thead>"
133
            - "    <tr>"
134
            - "      <th>Storage</th>"
135
            - "      <th>Name</th>"
136
            - "      <th>Value</th>"
137
            - "      <th>Expiration</th>"
138
            - "      <th>Description</th>"
139
            - "    </tr>"
140
            - "  </thead>"
141
            - "  <tbody>"
142
            - "    <tr>"
143
            - "      <td>Cookie</td>"
144
            - "      <td>CGISESSID</td>"
145
            - "      <td>Session ID</td>"
146
            - "      <td>Until logout or end of session</td>"
147
            - "      <td>Session cookie</td>"
148
            - "    </tr>"
149
            - "    <tr>"
150
            - "      <td>Cookie</td>"
151
            - "      <td>KohaOpacLanguage</td>"
152
            - "      <td>Language code</td>"
153
            - "      <td>3 years</td>"
154
            - "      <td>Stores the language the user selected, so the online catalog will appear in that same language the next time it is visited.</td>"
155
            - "    </tr>"
156
            - "    <tr>"
157
            - "      <td>Cookie</td>"
158
            - "      <td>"
159
            - "        <p>form_serialized</p>"
160
            - "        <p>form_serialized_limits</p>"
161
            - "      </td>"
162
            - "      <td>Search terms and limits</td>"
163
            - "      <td>End of session or when the advanced search page is accessed again.</td>"
164
            - "      <td>jQuery cookie. Stores search terms and limits of the last advanced search. Set when an advanced search is submitted.</td>"
165
            - "    </tr>"
166
            - "    <tr>"
167
            - "      <td>Cookie</td>"
168
            - "      <td>search_path_code</td>"
169
            - "      <td>ads (fewer) or exs (more)</td>"
170
            - "      <td>End of session or when the advanced search page is accessed again.</td>"
171
            - "      <td>jQuery cookie. Related to serialized_form* cookies. Stores if the advanced search form was used with 'More options' or 'Fewer options'.</td>"
172
            - "    </tr>"
173
            - "    <tr>"
174
            - "      <td>Cookie</td>"
175
            - "      <td>num_paragraph</td>"
176
            - "      <td>Count of search options added</td>"
177
            - "      <td>End of session or when the advanced search page is accessed again.</td>"
178
            - "      <td>jQuery cookie. Used to store the number of created options when user selects 'More options' in advanced search to increase search boxes.</td>"
179
            - "    </tr>"
180
            - "    <tr>"
181
            - "      <td>Cookie</td>"
182
            - "      <td>bib_list</td>"
183
            - "      <td>List of record IDs (biblionumbers) separated by /</td>"
184
            - "      <td>End of session or until the cart is emptied.</td>"
185
            - "      <td>Stores cart contents in the online catalog. Set when records are added to the cart for the first time.</td>"
186
            - "    </tr>"
187
            - "  </tbody>"
188
            - "</table>"
189
            - "<h3>Non-essential cookies</h3>"
190
            - "<p>The library team may create additional cookies. These are optional and will require your agreement before they are used.</p>"
191
            - "<p>If any non-essential cookies are created, they will appear below.</p>"
192
          lang: "default"

Return to bug 34793