Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: desktop-options.html

Issue 29655630: Issue 5873 - Show original subscription title in languages table (Closed)
Patch Set: Created Jan. 8, 2018, 12:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> 79 <div id="content-general" role="tabpanel" aria-labelledby="tab-general">
80 <header> 80 <header>
81 <h1 class="i18n_options_tab_general"></h1> 81 <h1 class="i18n_options_tab_general"></h1>
82 <p class="i18n_options_general_description"></p> 82 <p class="i18n_options_general_description"></p>
83 </header> 83 </header>
84 <section class="cols"> 84 <section class="cols">
85 <h2 class="i18n_options_privacy_header"></h2> 85 <h2 class="i18n_options_privacy_header"></h2>
86 <ul class="list" id="recommend-protection-list-table"> 86 <ul class="list" id="recommend-protection-list-table">
87 <template> 87 <template>
88 <button data-action="toggle-remove-subscription" role="checkbox" c lass="control icon"></button> 88 <button data-action="toggle-remove-subscription" role="checkbox" c lass="control icon"></button>
89 <label class="display"></label> 89 <span data-display="title"></span>
90 <span data-tooltip="options_protection_%value%_tooltip"></span> 90 <span data-tooltip="options_protection_%value%_tooltip"></span>
91 </template> 91 </template>
92 </ul> 92 </ul>
93 </section> 93 </section>
94 <section class="cols"> 94 <section class="cols">
95 <header> 95 <header>
96 <h2 class="i18n_options_acceptableAds_header"></h2> 96 <h2 class="i18n_options_acceptableAds_header"></h2>
97 <p class="i18n_options_acceptableAds_description"></p> 97 <p class="i18n_options_acceptableAds_description"></p>
98 </header> 98 </header>
99 <form id="acceptable-ads"> 99 <form id="acceptable-ads">
(...skipping 27 matching lines...) Expand all
127 </form> 127 </form>
128 </section> 128 </section>
129 <section class="cols"> 129 <section class="cols">
130 <header> 130 <header>
131 <h2 class="i18n_options_language_header"></h2> 131 <h2 class="i18n_options_language_header"></h2>
132 <p class="i18n_options_language_description"></p> 132 <p class="i18n_options_language_description"></p>
133 </header> 133 </header>
134 <div id="blocking-languages"> 134 <div id="blocking-languages">
135 <ul id="blocking-languages-table" class="table list bottom-control"> 135 <ul id="blocking-languages-table" class="table list bottom-control">
136 <template> 136 <template>
137 <label class="display"></label> 137 <span>
138 <span data-display="title"></span>
139 <span class="dimmed">
140 (<span data-display="originalTitle"></span>)
141 </span>
142 </span>
138 <button data-single="hidden" data-action="remove-subscription" c lass="icon delete control" title="options_control_remove_title"></button> 143 <button data-single="hidden" data-action="remove-subscription" c lass="icon delete control" title="options_control_remove_title"></button>
139 <button data-single="visible" data-action="open-dialog" data-dia log="language-change" class="i18n_options_language_change link"></button> 144 <button data-single="visible" data-action="open-dialog" data-dia log="language-change" class="i18n_options_language_change link"></button>
140 </template> 145 </template>
141 </ul> 146 </ul>
142 <button class="i18n_options_language_add list" data-action="open-dia log" data-dialog="language-add"></button> 147 <button class="i18n_options_language_add list" data-action="open-dia log" data-dialog="language-add"></button>
143 <p class="i18n_options_language_tip"></p> 148 <p class="i18n_options_language_tip"></p>
144 </div> 149 </div>
145 </section> 150 </section>
146 <section id="more-filters" class="cols"> 151 <section id="more-filters" class="cols">
147 <header> 152 <header>
148 <h2 class="i18n_options_more_filters_header"></h2> 153 <h2 class="i18n_options_more_filters_header"></h2>
149 <p class="i18n_options_more_filters_description"></p> 154 <p class="i18n_options_more_filters_description"></p>
150 </header> 155 </header>
151 <div> 156 <div>
152 <ul id="more-list-table" class="table list"> 157 <ul id="more-list-table" class="table list">
153 <template> 158 <template>
154 <label class="display"></label> 159 <span data-display="title"></span>
155 <button data-action="remove-subscription" class="i18n_options_co ntrol_remove_title link control" title="options_control_remove_title"></button> 160 <button data-action="remove-subscription" class="i18n_options_co ntrol_remove_title link control" title="options_control_remove_title"></button>
156 </template> 161 </template>
157 </ul> 162 </ul>
158 <p class="i18n_options_more_filters_note"></p> 163 <p class="i18n_options_more_filters_note"></p>
159 </div> 164 </div>
160 </section> 165 </section>
161 </div> 166 </div>
162 167
163 <!-- Whitelist tab content --> 168 <!-- Whitelist tab content -->
164 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist "> 169 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist ">
165 <header> 170 <header>
166 <h1 class="i18n_options_tab_whitelist"></h1> 171 <h1 class="i18n_options_tab_whitelist"></h1>
167 <p> 172 <p>
168 <span class="i18n_options_whitelist_description"></span> 173 <span class="i18n_options_whitelist_description"></span>
169 <a id="whitelist-learn-more" class="i18n_options_learn_more" target= "_blank"></a> 174 <a id="whitelist-learn-more" class="i18n_options_learn_more" target= "_blank"></a>
170 </p> 175 </p>
171 </header> 176 </header>
172 <form class="section"> 177 <form class="section">
173 <input id="whitelisting-textbox" type="text"> 178 <input id="whitelisting-textbox" type="text">
174 <button id="whitelisting-add-button" 179 <button id="whitelisting-add-button"
175 type="submit" 180 type="submit"
176 data-action="add-domain-exception" 181 data-action="add-domain-exception"
177 class="i18n_options_whitelist_add primary" disabled> 182 class="i18n_options_whitelist_add primary" disabled>
178 </button> 183 </button>
179 </form> 184 </form>
180 <ul id="whitelisting-table" class="table list"> 185 <ul id="whitelisting-table" class="table list">
181 <template> 186 <template>
182 <label class="display"></label> 187 <span data-display="title"></span>
183 <button data-action="remove-filter" class="icon delete control" 188 <button data-action="remove-filter" class="icon delete control"
184 title="options_control_remove_title"> 189 title="options_control_remove_title">
185 </button> 190 </button>
186 </template> 191 </template>
187 </ul> 192 </ul>
188 </div> 193 </div>
189 194
190 <!-- Advanced tab content --> 195 <!-- Advanced tab content -->
191 <div id="content-advanced" role="tabpanel" 196 <div id="content-advanced" role="tabpanel"
192 aria-labelledby="tab-advanced"> 197 aria-labelledby="tab-advanced">
193 <header> 198 <header>
194 <h1 class="i18n_options_tab_advanced"></h1> 199 <h1 class="i18n_options_tab_advanced"></h1>
195 <p class="i18n_options_advanced_description"></p> 200 <p class="i18n_options_advanced_description"></p>
196 </header> 201 </header>
197 <section class="cols"> 202 <section class="cols">
198 <h2 class="i18n_options_customize_header"></h2> 203 <h2 class="i18n_options_customize_header"></h2>
199 <ul id="customize" class="list"> 204 <ul id="customize" class="list">
200 <li data-pref="shouldShowBlockElementMenu"> 205 <li data-pref="shouldShowBlockElementMenu">
201 <button class="icon" role="checkbox" data-action="toggle-pref"></b utton> 206 <button class="icon" role="checkbox" data-action="toggle-pref"></b utton>
202 <span class="i18n_options_customize_blockElement display"></span> 207 <span class="i18n_options_customize_blockElement" data-display="ti tle"></span>
203 <span data-tooltip="options_customize_blockElement_tooltip"></span > 208 <span data-tooltip="options_customize_blockElement_tooltip"></span >
204 </li> 209 </li>
205 <li data-pref="show_devtools_panel"> 210 <li data-pref="show_devtools_panel">
206 <button class="icon" role="checkbox" data-action="toggle-pref"></b utton> 211 <button class="icon" role="checkbox" data-action="toggle-pref"></b utton>
207 <span class="i18n_options_customize_showDevToolsPanel display"></s pan> 212 <span class="i18n_options_customize_showDevToolsPanel" data-displa y="title"></span>
208 <span data-tooltip="options_customize_showDevToolsPanel_tooltip">< /span> 213 <span data-tooltip="options_customize_showDevToolsPanel_tooltip">< /span>
209 </li> 214 </li>
210 <li data-pref="notifications_ignoredcategories"> 215 <li data-pref="notifications_ignoredcategories">
211 <button class="icon" role="checkbox" data-action="toggle-pref"></b utton> 216 <button class="icon" role="checkbox" data-action="toggle-pref"></b utton>
212 <span class="i18n_options_customize_showNotifications display"></s pan> 217 <span class="i18n_options_customize_showNotifications" data-displa y="title"></span>
213 <span data-tooltip="options_customize_showNotifications_tooltip">< /span> 218 <span data-tooltip="options_customize_showNotifications_tooltip">< /span>
214 </li> 219 </li>
215 </ul> 220 </ul>
216 </section> 221 </section>
217 222
218 <section> 223 <section>
219 <header> 224 <header>
220 <h2 class="i18n_options_filterList_title"></h2> 225 <h2 class="i18n_options_filterList_title"></h2>
221 <p> 226 <p>
222 <span class="i18n_options_filterList_description"></span> 227 <span class="i18n_options_filterList_description"></span>
(...skipping 12 matching lines...) Expand all
235 <template> 240 <template>
236 <div class="col5"> 241 <div class="col5">
237 <button data-action="toggle-disable-subscription" role="checkbox " class="control icon toggle"> 242 <button data-action="toggle-disable-subscription" role="checkbox " class="control icon toggle">
238 </button> 243 </button>
239 <div class="state"> 244 <div class="state">
240 <span class="i18n_options_filterList_state_active" id="state-a ctive"></span> 245 <span class="i18n_options_filterList_state_active" id="state-a ctive"></span>
241 <span class="i18n_options_filterList_state_disabled" id="state -disabled"></span> 246 <span class="i18n_options_filterList_state_disabled" id="state -disabled"></span>
242 </div> 247 </div>
243 </div> 248 </div>
244 <div class="col5"> 249 <div class="col5">
245 <label class="display"></label> 250 <span data-display="originalTitle"></span>
246 </div> 251 </div>
247 <div class="col5"> 252 <div class="col5">
248 <span class="last-update"></span> 253 <span class="last-update"></span>
249 <span class="message"></span> 254 <span class="message"></span>
250 </div> 255 </div>
251 <div class="col5"> 256 <div class="col5">
252 <button data-action="open-context-menu" class="icon gear"></butt on> 257 <button data-action="open-context-menu" class="icon gear"></butt on>
253 <div role="menubar" class="context-menu-wrapper"> 258 <div role="menubar" class="context-menu-wrapper">
254 <div class="context-menu"> 259 <div class="context-menu">
255 <ul class="content" role="menu"> 260 <ul class="content" role="menu">
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 <p class="i18n_options_dialog_about_trademark"></p> 369 <p class="i18n_options_dialog_about_trademark"></p>
365 <p> 370 <p>
366 <button class="i18n_options_close primary default-focus" data-action ="close-dialog"></button> 371 <button class="i18n_options_close primary default-focus" data-action ="close-dialog"></button>
367 </p> 372 </p>
368 </div> 373 </div>
369 <!-- Add language subscription --> 374 <!-- Add language subscription -->
370 <div id="dialog-content-language-add" class="dialog-content"> 375 <div id="dialog-content-language-add" class="dialog-content">
371 <ul id="all-lang-table-add" class="table list default-focus"> 376 <ul id="all-lang-table-add" class="table list default-focus">
372 <template> 377 <template>
373 <button data-action="add-language-subscription,close-dialog" class ="control icon add" role="checkbox"> 378 <button data-action="add-language-subscription,close-dialog" class ="control icon add" role="checkbox">
374 <label class="display"></label> 379 <span>
380 <span data-display="title"></span>
381 <span class="dimmed">
382 (<span data-display="originalTitle"></span>)
383 </span>
384 </span>
375 </button> 385 </button>
376 <button data-action="change-language-subscription,close-dialog" cl ass="control icon change" role="checkbox"> 386 <button data-action="change-language-subscription,close-dialog" cl ass="control icon change" role="checkbox">
377 <label class="display"></label> 387 <span>
388 <span data-display="title"></span>
389 <span class="dimmed">
390 (<span data-display="originalTitle"></span>)
391 </span>
392 </span>
378 </button> 393 </button>
379 </template> 394 </template>
380 </ul> 395 </ul>
381 </div> 396 </div>
382 <!-- Add import subscription --> 397 <!-- Add import subscription -->
383 <div id="dialog-content-import" class="dialog-content"> 398 <div id="dialog-content-import" class="dialog-content">
384 <form data-validation="custom" novalidate> 399 <form data-validation="custom" novalidate>
385 <p class="floating-input"> 400 <p class="floating-input">
386 <input placeholder=" " id="import-list-title" type="text" class="d efault-focus" required /> 401 <input placeholder=" " id="import-list-title" type="text" class="d efault-focus" required />
387 <label for="import-list-title" class="i18n_options_dialog_import_s ubscription_title"></label> 402 <label for="import-list-title" class="i18n_options_dialog_import_s ubscription_title"></label>
(...skipping 26 matching lines...) Expand all
414 </div> 429 </div>
415 <!-- Notification --> 430 <!-- Notification -->
416 <div id="notification" aria-hidden="true" aria-live="polite"> 431 <div id="notification" aria-hidden="true" aria-live="polite">
417 <strong id="notification-text"></strong> 432 <strong id="notification-text"></strong>
418 <button class="icon close secondary" data-action="hide-notification"> 433 <button class="icon close secondary" data-action="hide-notification">
419 <span class="i18n_options_notification_hide sr-only"></span> 434 <span class="i18n_options_notification_hide sr-only"></span>
420 </button> 435 </button>
421 </div> 436 </div>
422 </body> 437 </body>
423 </html> 438 </html>
OLDNEW
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld