|
|
@@ -118,20 +118,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="form-group">
|
|
|
- <label class="group-name"><?php echo Translate::t ('onread_jump_next'); ?></label>
|
|
|
- <div class="group-controls">
|
|
|
- <label class="radio" for="onread_jump_next_yes">
|
|
|
- <input type="radio" name="onread_jump_next" id="onread_jump_next_yes" value="yes"<?php echo $this->conf->onread_jump_next () == 'yes' ? ' checked="checked"' : ''; ?> />
|
|
|
- <?php echo Translate::t ('yes'); ?><noscript> - <b><?php echo Translate::t ('javascript_should_be_activated'); ?></b></noscript>
|
|
|
- </label>
|
|
|
- <label class="radio" for="onread_jump_next_no">
|
|
|
- <input type="radio" name="onread_jump_next" id="onread_jump_next_no" value="no"<?php echo $this->conf->onread_jump_next () == 'no' ? ' checked="checked"' : ''; ?> />
|
|
|
- <?php echo Translate::t ('no'); ?>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
<div class="form-group">
|
|
|
<div class="group-controls">
|
|
|
<label class="checkbox" for="lazyload">
|
|
|
@@ -160,6 +146,16 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="group-name"><?php echo Translate::t ('after_onread'); ?></label>
|
|
|
+ <div class="group-controls">
|
|
|
+ <label class="checkbox" for="onread_jump_next">
|
|
|
+ <input type="checkbox" name="onread_jump_next" id="onread_jump_next" value="yes"<?php echo $this->conf->onread_jump_next () == 'yes' ? ' checked="checked"' : ''; ?> />
|
|
|
+ <?php echo Translate::t ('jump_next'); ?>
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<legend><?php echo Translate::t ('sharing'); ?></legend>
|
|
|
<div class="form-group">
|
|
|
<label class="group-name" for="shaarli"><?php echo Translate::t ('your_shaarli'); ?></label>
|