Commit 3e5878d432a906515b6be17da2df12aaf2fbe36b
1 parent
c0c49f54
Exists in
master
and in
7 other branches
Complementação da tradução
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
admin1/catalogo/menus/index.php
... | ... | @@ -18,7 +18,7 @@ include "../../head.php"; |
18 | 18 | <div class="row center-block"> |
19 | 19 | <div class="col-md-12"> |
20 | 20 | <div class="well hidden" id="titulo"> |
21 | - <button data-toggle="modal" data-target="#previewArvore" | |
21 | + <button title="preview" data-toggle="modal" data-target="#previewArvore" | |
22 | 22 | class="btn btn-primary btn-fab btn-fab-mini pull-right" style="left:10px"> |
23 | 23 | <i class="material-icons">play_circle_outline</i> |
24 | 24 | </button> |
... | ... | @@ -26,7 +26,6 @@ include "../../head.php"; |
26 | 26 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
27 | 27 | <i class="material-icons">help</i> |
28 | 28 | </button> |
29 | - | |
30 | 29 | <h2> |
31 | 30 | <small>{{{txtTitulo}}}</small> |
32 | 31 | </h2> | ... | ... |