|
|
@@ -53,6 +53,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="form-group form-actions">
|
|
|
+ <div class="group-controls">
|
|
|
+ <button type="submit" class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button>
|
|
|
+ <button type="reset" class="btn"><?php echo Minz_Translate::t ('cancel'); ?></button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<legend><?php echo Minz_Translate::t ('archiving_configuration'); ?></legend>
|
|
|
|
|
|
<div class="form-group">
|
|
|
@@ -73,6 +80,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="form-group form-actions">
|
|
|
+ <div class="group-controls">
|
|
|
+ <button type="submit" class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button>
|
|
|
+ <button type="reset" class="btn"><?php echo Minz_Translate::t ('cancel'); ?></button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<legend><?php echo Minz_Translate::t ('reading_configuration'); ?></legend>
|
|
|
|
|
|
<div class="form-group">
|
|
|
@@ -173,6 +187,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="form-group form-actions">
|
|
|
+ <div class="group-controls">
|
|
|
+ <button type="submit" class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button>
|
|
|
+ <button type="reset" class="btn"><?php echo Minz_Translate::t ('cancel'); ?></button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<legend><?php echo Minz_Translate::t ('reading_icons'); ?></legend>
|
|
|
<div class="form-group">
|
|
|
<table>
|
|
|
@@ -206,7 +227,14 @@
|
|
|
<td><input type="checkbox" name="bottomline_link" value="yes"<?php echo $this->conf->bottomlineLink () ? ' checked="checked"' : ''; ?> /></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- </table>
|
|
|
+ </table><br />
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="form-group form-actions">
|
|
|
+ <div class="group-controls">
|
|
|
+ <button type="submit" class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button>
|
|
|
+ <button type="reset" class="btn"><?php echo Minz_Translate::t ('cancel'); ?></button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<legend><?php echo Minz_Translate::t ('advanced'); ?></legend>
|
|
|
@@ -220,12 +248,5 @@
|
|
|
<?php echo FreshRSS_Themes::icon('help'); ?> <?php echo Minz_Translate::t('optimize_todo_sometimes'); ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <div class="form-group form-actions">
|
|
|
- <div class="group-controls">
|
|
|
- <button type="submit" class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button>
|
|
|
- <button type="reset" class="btn"><?php echo Minz_Translate::t ('cancel'); ?></button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</form>
|
|
|
</div>
|