summaryrefslogtreecommitdiff
path: root/app/views/configure/feed.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-13 20:20:03 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-13 20:20:03 +0100
commitf597b8d1c9a97776f64c573157d04fc9832734d6 (patch)
treeeffaa76bfe3e40af72ae1d4a153d8e1d505422a1 /app/views/configure/feed.phtml
parent8c72acbacb8fd4da39d505e8ac52e7e0cceed418 (diff)
Amélioration design navigation en liste + diverses ajouts design
Diffstat (limited to 'app/views/configure/feed.phtml')
-rw-r--r--app/views/configure/feed.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml
index 53b4d7939..3e49ece99 100644
--- a/app/views/configure/feed.phtml
+++ b/app/views/configure/feed.phtml
@@ -21,11 +21,11 @@
<?php } ?>
</div>
- <input type="submit" value="Valider" />
+ <button class="btn btn-important">Valider</button>
<?php } ?>
- <button formaction="<?php echo Url::display (array ('c' => 'feed', 'a' => 'delete', 'params' => array ('id' => $this->flux->id ()))); ?>">Supprimer</button>
+ <button class="btn" formaction="<?php echo Url::display (array ('c' => 'feed', 'a' => 'delete', 'params' => array ('id' => $this->flux->id ()))); ?>">Supprimer</button>
</form>
<?php } else { ?>
-<div class="nothing">Aucun flux sélectionné</div>
+<div class="alert"><span class="alert-head">Aucun flux sélectionné.</span> Pensez à en ajouter !</div>
<?php } ?>