diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-06-09 19:07:41 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-06-09 19:07:41 +0200 |
commit | 2e24d1202727483dc93b3e6a76de4f7c0be5e3d7 (patch) | |
tree | 9e42ecc38c8798b1d27c09386b05d25614a57a89 /src | |
parent | 0743287f955fd19fd1a04c91f3b40a4ac2236423 (diff) | |
download | wallabag-2e24d1202727483dc93b3e6a76de4f7c0be5e3d7.tar.gz wallabag-2e24d1202727483dc93b3e6a76de4f7c0be5e3d7.tar.zst wallabag-2e24d1202727483dc93b3e6a76de4f7c0be5e3d7.zip |
remove block added twice
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index f1ed63c0..40f0ae16 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig | |||
@@ -205,91 +205,6 @@ | |||
205 | {{ form_rest(form.new_tagging_rule) }} | 205 | {{ form_rest(form.new_tagging_rule) }} |
206 | </form> | 206 | </form> |
207 | <div class="row"> | 207 | <div class="row"> |
208 | <div class="input-field col s12"> | ||
209 | <h4>{{ 'config.form_rules.faq.title'|trans }}</h4> | ||
210 | |||
211 | <h5>{{ 'config.form_rules.faq.tagging_rules_definition_title'|trans }}</h5> | ||
212 | <p class="help">{{ 'config.form_rules.faq.tagging_rules_definition_description'|trans|raw }}</p> | ||
213 | |||
214 | <h5>{{ 'config.form_rules.faq.how_to_use_them_title'|trans }}</h5> | ||
215 | <p class="help">{{ 'config.form_rules.faq.how_to_use_them_description'|trans|raw }}</p> | ||
216 | |||
217 | <h5>{{ 'config.form_rules.faq.variables_available_title'|trans }}</h5> | ||
218 | <p class="help"> | ||
219 | {{ 'config.form_rules.faq.variables_available_description'|trans }} | ||
220 | |||
221 | <table class="bordered"> | ||
222 | <thead> | ||
223 | <tr> | ||
224 | <th>{{ 'config.form_rules.faq.variable_description.label'|trans }}</th> | ||
225 | <th>{{ 'config.form_rules.faq.meaning'|trans }}</th> | ||
226 | <th>{{ 'config.form_rules.faq.operator_description.label'|trans }}</th> | ||
227 | <th>{{ 'config.form_rules.faq.meaning'|trans }}</th> | ||
228 | </tr> | ||
229 | </thead> | ||
230 | |||
231 | <tbody> | ||
232 | <tr> | ||
233 | <td>title</td> | ||
234 | <td>{{ 'config.form_rules.faq.variable_description.title'|trans }}</td> | ||
235 | <td><=</td> | ||
236 | <td>{{ 'config.form_rules.faq.operator_description.less_than'|trans }}</td> | ||
237 | </tr> | ||
238 | <tr> | ||
239 | <td>url</td> | ||
240 | <td>{{ 'config.form_rules.faq.variable_description.url'|trans }}</td> | ||
241 | <td><</td> | ||
242 | <td>{{ 'config.form_rules.faq.operator_description.strictly_less_than'|trans }}</td> | ||
243 | </tr> | ||
244 | <tr> | ||
245 | <td>isArchived</td> | ||
246 | <td>{{ 'config.form_rules.faq.variable_description.isArchived'|trans }}</td> | ||
247 | <td>=></td> | ||
248 | <td>{{ 'config.form_rules.faq.operator_description.greater_than'|trans }}</td> | ||
249 | </tr> | ||
250 | <tr> | ||
251 | <td>isStarred</td> | ||
252 | <td>{{ 'config.form_rules.faq.variable_description.isStarred'|trans }}</td> | ||
253 | <td>></td> | ||
254 | <td>{{ 'config.form_rules.faq.operator_description.strictly_greater_than'|trans }}</td> | ||
255 | </tr> | ||
256 | <tr> | ||
257 | <td>content</td> | ||
258 | <td>{{ 'config.form_rules.faq.variable_description.content'|trans }}</td> | ||
259 | <td>=</td> | ||
260 | <td>{{ 'config.form_rules.faq.operator_description.equal_to'|trans }}</td> | ||
261 | </tr> | ||
262 | <tr> | ||
263 | <td>language</td> | ||
264 | <td>{{ 'config.form_rules.faq.variable_description.language'|trans }}</td> | ||
265 | <td>!=</td> | ||
266 | <td>{{ 'config.form_rules.faq.operator_description.not_equal_to'|trans }}</td> | ||
267 | </tr> | ||
268 | <tr> | ||
269 | <td>mimetype</td> | ||
270 | <td>{{ 'config.form_rules.faq.variable_description.mimetype'|trans }}</td> | ||
271 | <td>OR</td> | ||
272 | <td>{{ 'config.form_rules.faq.operator_description.or'|trans }}</td> | ||
273 | </tr> | ||
274 | <tr> | ||
275 | <td>readingTime</td> | ||
276 | <td>{{ 'config.form_rules.faq.variable_description.readingTime'|trans }}</td> | ||
277 | <td>AND</td> | ||
278 | <td>{{ 'config.form_rules.faq.operator_description.and'|trans }}</td> | ||
279 | </tr> | ||
280 | <tr> | ||
281 | <td>domainName</td> | ||
282 | <td>{{ 'config.form_rules.faq.variable_description.domainName'|trans }}</td> | ||
283 | <td>matches</td> | ||
284 | <td>{{ 'config.form_rules.faq.operator_description.matches'|trans|raw }}</td> | ||
285 | </tr> | ||
286 | </tbody> | ||
287 | </table> | ||
288 | </p> | ||
289 | </div> | ||
290 | </div> | ||
291 | |||
292 | <div class="row"> | ||
293 | <div class="input-field col s12"> | 208 | <div class="input-field col s12"> |
294 | <h3>{{ 'config.form_rules.faq.title'|trans }}</h3> | 209 | <h3>{{ 'config.form_rules.faq.title'|trans }}</h3> |
295 | 210 | ||