diff options
| author | 2013-12-25 14:29:29 +0100 | |
|---|---|---|
| committer | 2013-12-25 14:29:29 +0100 | |
| commit | a4b890b67fb4d97c97a2b1b455c327ce4b905194 (patch) | |
| tree | 8f911c497a9d0b95a3c33d12672f7cb6ecbdc4de /app/views/configure/feed.phtml | |
| parent | 7e6d2eb6f4236b4f04bfb7c976f135a1f33cc107 (diff) | |
Suite gestion plus fine de l'historique
Diffstat (limited to 'app/views/configure/feed.phtml')
| -rw-r--r-- | app/views/configure/feed.phtml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 3fe7d1b3a..5940055ed 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -52,6 +52,12 @@ </select> </div> </div> + <div class="form-group form-actions"> + <div class="group-controls"> + <button class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button> + <button class="btn btn-attention confirm" formmethod="post" formaction="<?php echo Minz_Url::display (array ('c' => 'feed', 'a' => 'delete', 'params' => array ('id' => $this->flux->id ()))); ?>"><?php echo Minz_Translate::t ('delete'); ?></button> + </div> + </div> <legend><?php echo Minz_Translate::t ('archiving_configuration'); ?></legend> @@ -84,9 +90,9 @@ <?php echo FreshRSS_Themes::icon('help'); ?> <?php echo Minz_Translate::t ('keep_history_help'); ?> </div> </div> - <div class="form-group"> - <label class="group-name"></label> + <div class="form-group form-actions"> <div class="group-controls"> + <button class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button> <button class="btn btn-attention confirm" formmethod="post" formaction="<?php echo Minz_Url::display (array ('c' => 'feed', 'a' => 'truncate', 'params' => array ('id' => $this->flux->id ()))); ?>"><?php echo Minz_Translate::t ('truncate'); ?></button> </div> </div> @@ -123,11 +129,9 @@ </div> </div> - <div class="form-group form-actions"> <div class="group-controls"> <button class="btn btn-important"><?php echo Minz_Translate::t ('save'); ?></button> - <button class="btn btn-attention confirm" formmethod="post" formaction="<?php echo Minz_Url::display (array ('c' => 'feed', 'a' => 'delete', 'params' => array ('id' => $this->flux->id ()))); ?>"><?php echo Minz_Translate::t ('delete'); ?></button> </div> </div> </form> |
