aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-22 23:01:37 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-22 23:01:37 +0200
commit235f16647a8a7903f750e174139a8e12d9982dce (patch)
treeb3b9cdf12a70258a13e6f37d7c5f57cd733cd34f /app
parentee2d2db7807065587664d75de2c617f06c8ee568 (diff)
Settings: Display - icons table in mobile view fixed (#3792)
* fixed all themes * fixed swage.scss
Diffstat (limited to 'app')
-rw-r--r--app/views/configure/display.phtml114
1 files changed, 58 insertions, 56 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml
index 9ed5d9465..483793722 100644
--- a/app/views/configure/display.phtml
+++ b/app/views/configure/display.phtml
@@ -77,62 +77,64 @@
<div class="form-group">
<label class="group-name"><?= _t('conf.display.icon.entry') ?></label>
- <table>
- <thead>
- <tr>
- <th> </th>
- <th title="<?= _t('gen.action.mark_read') ?>"><?= _i('read') ?></th>
- <th title="<?= _t('gen.action.mark_favorite') ?>"><?= _i('bookmark') ?></th>
- <th><?= _t('conf.display.icon.related_tags') ?></th>
- <th><?= _t('conf.display.icon.sharing') ?></th>
- <th><?= _t('conf.display.icon.display_authors') ?></th>
- <th><?= _t('conf.display.icon.publication_date') ?></th>
- <th><?= _i('link') ?></th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th><?= _t('conf.display.icon.top_line') ?></th>
- <td><input type="checkbox" name="topline_read" value="1"<?=
- FreshRSS_Context::$user_conf->topline_read ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_read ?>"/></td>
- <td><input type="checkbox" name="topline_favorite" value="1"<?=
- FreshRSS_Context::$user_conf->topline_favorite ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_favorite ?>"/></td>
- <td><input type="checkbox" disabled="disabled" /></td>
- <td><input type="checkbox" disabled="disabled" /></td>
- <td><input type="checkbox" name="topline_display_authors" value="1"<?=
- FreshRSS_Context::$user_conf->topline_display_authors ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_display_authors ?>"/></td>
- <td><input type="checkbox" name="topline_date" value="1"<?=
- FreshRSS_Context::$user_conf->topline_date ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_date ?>"/></td>
- <td><input type="checkbox" name="topline_link" value="1"<?= FreshRSS_Context::$user_conf->topline_link ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_link ?>"/></td>
- </tr><tr>
- <th><?= _t('conf.display.icon.bottom_line') ?></th>
- <td><input type="checkbox" name="bottomline_read" value="1"<?=
- FreshRSS_Context::$user_conf->bottomline_read ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_read ?>"/></td>
- <td><input type="checkbox" name="bottomline_favorite" value="1"<?=
- FreshRSS_Context::$user_conf->bottomline_favorite ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_favorite ?>"/></td>
- <td><input type="checkbox" name="bottomline_tags" value="1"<?=
- FreshRSS_Context::$user_conf->bottomline_tags ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_tags ?>"/></td>
- <td><input type="checkbox" name="bottomline_sharing" value="1"<?=
- FreshRSS_Context::$user_conf->bottomline_sharing ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_sharing ?>"/></td>
- <td><input type="checkbox" disabled="disabled" /></td>
- <td><input type="checkbox" name="bottomline_date" value="1"<?=
- FreshRSS_Context::$user_conf->bottomline_date ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_date ?>"/></td>
- <td><input type="checkbox" name="bottomline_link" value="1"<?=
- FreshRSS_Context::$user_conf->bottomline_link ? ' checked="checked"' : '' ?>
- data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_link ?>"/></td>
- </tr>
- </tbody>
- </table><br />
+ <div class="group-controls">
+ <table class="config-articleicons">
+ <thead>
+ <tr>
+ <th> </th>
+ <th title="<?= _t('gen.action.mark_read') ?>"><?= _i('read') ?></th>
+ <th title="<?= _t('gen.action.mark_favorite') ?>"><?= _i('bookmark') ?></th>
+ <th><?= _t('conf.display.icon.related_tags') ?></th>
+ <th><?= _t('conf.display.icon.sharing') ?></th>
+ <th><?= _t('conf.display.icon.display_authors') ?></th>
+ <th><?= _t('conf.display.icon.publication_date') ?></th>
+ <th><?= _i('link') ?></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <th><?= _t('conf.display.icon.top_line') ?></th>
+ <td><input type="checkbox" name="topline_read" value="1"<?=
+ FreshRSS_Context::$user_conf->topline_read ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_read ?>"/></td>
+ <td><input type="checkbox" name="topline_favorite" value="1"<?=
+ FreshRSS_Context::$user_conf->topline_favorite ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_favorite ?>"/></td>
+ <td><input type="checkbox" disabled="disabled" /></td>
+ <td><input type="checkbox" disabled="disabled" /></td>
+ <td><input type="checkbox" name="topline_display_authors" value="1"<?=
+ FreshRSS_Context::$user_conf->topline_display_authors ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_display_authors ?>"/></td>
+ <td><input type="checkbox" name="topline_date" value="1"<?=
+ FreshRSS_Context::$user_conf->topline_date ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_date ?>"/></td>
+ <td><input type="checkbox" name="topline_link" value="1"<?= FreshRSS_Context::$user_conf->topline_link ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->topline_link ?>"/></td>
+ </tr><tr>
+ <th><?= _t('conf.display.icon.bottom_line') ?></th>
+ <td><input type="checkbox" name="bottomline_read" value="1"<?=
+ FreshRSS_Context::$user_conf->bottomline_read ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_read ?>"/></td>
+ <td><input type="checkbox" name="bottomline_favorite" value="1"<?=
+ FreshRSS_Context::$user_conf->bottomline_favorite ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_favorite ?>"/></td>
+ <td><input type="checkbox" name="bottomline_tags" value="1"<?=
+ FreshRSS_Context::$user_conf->bottomline_tags ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_tags ?>"/></td>
+ <td><input type="checkbox" name="bottomline_sharing" value="1"<?=
+ FreshRSS_Context::$user_conf->bottomline_sharing ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_sharing ?>"/></td>
+ <td><input type="checkbox" disabled="disabled" /></td>
+ <td><input type="checkbox" name="bottomline_date" value="1"<?=
+ FreshRSS_Context::$user_conf->bottomline_date ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_date ?>"/></td>
+ <td><input type="checkbox" name="bottomline_link" value="1"<?=
+ FreshRSS_Context::$user_conf->bottomline_link ? ' checked="checked"' : '' ?>
+ data-leave-validation="<?= FreshRSS_Context::$user_conf->bottomline_link ?>"/></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
</div>
<div class="form-group">