diff options
| author | 2013-06-15 17:36:42 +0200 | |
|---|---|---|
| committer | 2013-06-15 17:36:42 +0200 | |
| commit | 8cf9ee76504d2eabd969aff1760b4edb59dfb358 (patch) | |
| tree | 54bf5af4f68dc2825d61d14aec29504e9787608e /app/views/configure/display.phtml | |
| parent | fafddf2a20748cdbda1f974338528c8e488f4b11 (diff) | |
Fix issue #69 : ajout d'une option pour optimiser la BDD + correction bug script actualisation lorsque connexion paramétrée
Diffstat (limited to 'app/views/configure/display.phtml')
| -rw-r--r-- | app/views/configure/display.phtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index ea4fecd34..c46a02143 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -121,6 +121,17 @@ </div> </div> + <legend><?php echo Translate::t ('advanced'); ?></legend> + <div class="form-group"> + <label class="group-name"></label> + <div class="group-controls"> + <a class="btn" href="<?php echo _url('entry', 'optimize'); ?>"> + <?php echo Translate::t('optimize_bdd'); ?> + </a> + <i class="icon i_help"></i> <?php echo 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 Translate::t ('save'); ?></button> |
