Commit 2813303e86f04b722922cdc178445168093e4320
1 parent
b9002e5e
Exists in
master
and in
7 other branches
Reposicionamento do botão de filtrar nas páginas do sistema de administração
Showing
22 changed files
with
122 additions
and
139 deletions
Show diff stats
admin1/cadastros/identifica/index.php
| ... | ... | @@ -25,15 +25,12 @@ include "../../head.php"; |
| 25 | 25 | <i class="material-icons">help</i> |
| 26 | 26 | </button> |
| 27 | 27 | --> |
| 28 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 29 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 30 | + <i class="material-icons">search</i> | |
| 31 | + </button> | |
| 28 | 32 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 29 | 33 | <blockquote>{{{txtDesc}}}</blockquote> |
| 30 | - <!-- aqui entra o filtro --> | |
| 31 | - <div class="form-group"> | |
| 32 | - | |
| 33 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 34 | - </select> | |
| 35 | - </div> | |
| 36 | - | |
| 37 | 34 | <div class="clearfix"></div> |
| 38 | 35 | <!--Modal ajuda |
| 39 | 36 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> | ... | ... |
admin1/cadastros/perfis/index.php
| ... | ... | @@ -25,14 +25,12 @@ include "../../head.php"; |
| 25 | 25 | <i class="material-icons">help</i> |
| 26 | 26 | </button> |
| 27 | 27 | --> |
| 28 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 29 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 30 | + <i class="material-icons">search</i> | |
| 31 | + </button> | |
| 28 | 32 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 29 | 33 | <blockquote>{{{txtDesc}}}</blockquote> |
| 30 | - <!-- aqui entra o filtro --> | |
| 31 | - <div class="form-group"> | |
| 32 | - <select | |
| 33 | - title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 34 | - </select> | |
| 35 | - </div> | |
| 36 | 34 | <!-- |
| 37 | 35 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 38 | 36 | <div class="modal-dialog"> | ... | ... |
admin1/cadastros/servicos/index.php
| ... | ... | @@ -24,15 +24,12 @@ include "../../head.php"; |
| 24 | 24 | <i class="material-icons">help</i> |
| 25 | 25 | </button> |
| 26 | 26 | --> |
| 27 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 28 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 29 | + <i class="material-icons">search</i> | |
| 30 | + </button> | |
| 27 | 31 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 28 | 32 | <blockquote>{{{txtDesc}}}</blockquote> |
| 29 | - <!-- aqui entra o filtro --> | |
| 30 | - <div class="form-group"> | |
| 31 | - | |
| 32 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 33 | - </select> | |
| 34 | - </div> | |
| 35 | - | |
| 36 | 33 | <div class="clearfix"></div> |
| 37 | 34 | <!--Modal ajuda |
| 38 | 35 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> | ... | ... |
admin1/cadastros/sistemas/funcoes/index.php
| ... | ... | @@ -25,15 +25,14 @@ $nome_sistema = filter_var($_GET["nome_sistema"], FILTER_SANITIZE_STRING); |
| 25 | 25 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 26 | 26 | <i class="material-icons">help</i> |
| 27 | 27 | </button> |
| 28 | + <span class="pull-right"> </span> | |
| 29 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 30 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 31 | + <i class="material-icons">search</i> | |
| 32 | + </button> | |
| 28 | 33 | <h2><small>{{{txtTituloFuncao}}}</small></h2> |
| 29 | 34 | <h3><small>{{{sistema}}}: <?php echo $nome_sistema; ?></small></h3> |
| 30 | 35 | <blockquote>{{{txtDescFuncao}}}</blockquote> |
| 31 | - <!-- aqui entra o filtro --> | |
| 32 | - <div class="form-group"> | |
| 33 | - | |
| 34 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 35 | - </select> | |
| 36 | - </div> | |
| 37 | 36 | <div class="clearfix"></div> |
| 38 | 37 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 39 | 38 | <div class="modal-dialog"> | ... | ... |
admin1/cadastros/sistemas/index.php
| ... | ... | @@ -18,13 +18,14 @@ include "../../head.php"; |
| 18 | 18 | <div class="row center-block"> |
| 19 | 19 | <div class="col-md-12" id="titulo"> |
| 20 | 20 | <div class="well hidden" > |
| 21 | + <span class="pull-right"> </span> | |
| 22 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 23 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 24 | + <i class="material-icons">search</i> | |
| 25 | + </button> | |
| 21 | 26 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 22 | 27 | <blockquote>{{{txtDesc}}}</blockquote> |
| 23 | - <!-- aqui entra o filtro --> | |
| 24 | - <div class="form-group"> | |
| 25 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 26 | - </select> | |
| 27 | - </div> | |
| 28 | + | |
| 28 | 29 | |
| 29 | 30 | <div class="clearfix"></div> |
| 30 | 31 | </div> | ... | ... |
admin1/cadastros/tags/index.php
| ... | ... | @@ -19,20 +19,13 @@ include "../../head.php"; |
| 19 | 19 | <div class="row center-block"> |
| 20 | 20 | <div class="col-md-12" id="titulo"> |
| 21 | 21 | <div class="well hidden" > |
| 22 | - <!-- | |
| 23 | - <button data-toggle="modal" data-target="#ajudaPrincipal" | |
| 22 | + <span class="pull-right"> </span> | |
| 23 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 24 | 24 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 25 | - <i class="material-icons">help</i> | |
| 25 | + <i class="material-icons">search</i> | |
| 26 | 26 | </button> |
| 27 | - --> | |
| 28 | 27 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 29 | 28 | <blockquote>{{{txtDesc}}}</blockquote> |
| 30 | - <!-- aqui entra o filtro --> | |
| 31 | - <div class="form-group"> | |
| 32 | - <select | |
| 33 | - title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 34 | - </select> | |
| 35 | - </div> | |
| 36 | 29 | <!-- |
| 37 | 30 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 38 | 31 | <div class="modal-dialog"> | ... | ... |
admin1/catalogo/atlas/index.php
| ... | ... | @@ -22,14 +22,13 @@ include "../../head.php"; |
| 22 | 22 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 23 | 23 | <i class="material-icons">help</i> |
| 24 | 24 | </button> |
| 25 | + <span class="pull-right"> </span> | |
| 26 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 27 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 28 | + <i class="material-icons">search</i> | |
| 29 | + </button> | |
| 25 | 30 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 26 | 31 | <blockquote>{{{txtDesc}}}</blockquote> |
| 27 | - <!-- aqui entra o filtro --> | |
| 28 | - <div class="form-group"> | |
| 29 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 30 | - </select> | |
| 31 | - </div> | |
| 32 | - | |
| 33 | 32 | <div class="clearfix"></div> |
| 34 | 33 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 35 | 34 | <div class="modal-dialog"> | ... | ... |
admin1/catalogo/atlas/pranchas/index.php
| ... | ... | @@ -25,15 +25,14 @@ $titulo_atlas = filter_var($_GET["titulo_atlas"], FILTER_SANITIZE_STRING); |
| 25 | 25 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 26 | 26 | <i class="material-icons">help</i> |
| 27 | 27 | </button> |
| 28 | + <span class="pull-right"> </span> | |
| 29 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 30 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 31 | + <i class="material-icons">search</i> | |
| 32 | + </button> | |
| 28 | 33 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 29 | 34 | <h3><small>Atlas: <?php echo $titulo_atlas; ?></small></h3> |
| 30 | 35 | <!--<blockquote>{{{txtDesc}}}</blockquote>--> |
| 31 | - <!-- aqui entra o filtro --> | |
| 32 | - <div class="form-group"> | |
| 33 | - | |
| 34 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 35 | - </select> | |
| 36 | - </div> | |
| 37 | 36 | <div class="clearfix"></div> |
| 38 | 37 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 39 | 38 | <div class="modal-dialog"> | ... | ... |
admin1/catalogo/atlas/pranchas/temas/index.php
| ... | ... | @@ -23,14 +23,14 @@ $id_atlas = filter_var($_GET["id_atlas"], FILTER_SANITIZE_NUMBER_INT); |
| 23 | 23 | <div class="row center-block"> |
| 24 | 24 | <div class="col-md-12" id="titulo"> |
| 25 | 25 | <div class="well hidden" > |
| 26 | + <span class="pull-right"> </span> | |
| 27 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 28 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 29 | + <i class="material-icons">search</i> | |
| 30 | + </button> | |
| 26 | 31 | <h2>{{{txtTituloTema}}}</h2> |
| 27 | 32 | <h3><small>Prancha: <?php echo $titulo_prancha; ?></small></h3> |
| 28 | 33 | <blockquote>{{{txtDescTema}}}</blockquote> |
| 29 | - <!-- aqui entra o filtro --> | |
| 30 | - <div class="form-group"> | |
| 31 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 32 | - </select> | |
| 33 | - </div> | |
| 34 | 34 | <div class="clearfix"></div> |
| 35 | 35 | </div> |
| 36 | 36 | <div class="well hidden"> | ... | ... |
admin1/catalogo/mapas/index.php
| ... | ... | @@ -22,14 +22,13 @@ include "../../head.php"; |
| 22 | 22 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 23 | 23 | <i class="material-icons">help</i> |
| 24 | 24 | </button> |
| 25 | + <span class="pull-right"> </span> | |
| 26 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 27 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 28 | + <i class="material-icons">search</i> | |
| 29 | + </button> | |
| 25 | 30 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 26 | 31 | <blockquote>{{{txtDesc}}}</blockquote> |
| 27 | - <!-- aqui entra o filtro --> | |
| 28 | - <div class="form-group"> | |
| 29 | - | |
| 30 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 31 | - </select> | |
| 32 | - </div> | |
| 33 | 32 | <div class="clearfix"></div> |
| 34 | 33 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 35 | 34 | <div class="modal-dialog"> | ... | ... |
admin1/catalogo/mapfile/index.php
| ... | ... | @@ -22,16 +22,13 @@ include "../../head.php"; |
| 22 | 22 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 23 | 23 | <i class="material-icons">help</i> |
| 24 | 24 | </button> |
| 25 | + <span class="pull-right"> </span> | |
| 26 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 27 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 28 | + <i class="material-icons">search</i> | |
| 29 | + </button> | |
| 25 | 30 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 26 | 31 | <blockquote>{{{txtDesc}}}</blockquote> |
| 27 | - <!-- aqui entra o filtro --> | |
| 28 | - <div class="col-md-6"> | |
| 29 | - <div class="form-group"> | |
| 30 | - <label class="control-label">{{{filtroTitulo}}}</label> | |
| 31 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 32 | - </select> | |
| 33 | - </div> | |
| 34 | - </div> | |
| 35 | 32 | <div class="col-md-6"> |
| 36 | 33 | <div class="form-group"> |
| 37 | 34 | <label class="control-label">{{{validar}}}</label> | ... | ... |
admin1/catalogo/menus/grupos/index.php
| ... | ... | @@ -30,15 +30,14 @@ $nome_menu = filter_var ( $_GET ["nome_menu"], FILTER_SANITIZE_STRING ); |
| 30 | 30 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 31 | 31 | <i class="material-icons">help</i> |
| 32 | 32 | </button> |
| 33 | + <span class="pull-right"> </span> | |
| 34 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 35 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 36 | + <i class="material-icons">search</i> | |
| 37 | + </button> | |
| 33 | 38 | <h4><small>{{{menu}}}:</small> <?php echo $nome_menu; ?></h4> |
| 34 | 39 | <blockquote>{{{txtDesc}}}</blockquote> |
| 35 | 40 | |
| 36 | - <!-- aqui entra o filtro --> | |
| 37 | - <div class="form-group"> | |
| 38 | - <select | |
| 39 | - title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 40 | - </select> | |
| 41 | - </div> | |
| 42 | 41 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 43 | 42 | <div class="modal-dialog"> |
| 44 | 43 | <div class="modal-content"> | ... | ... |
admin1/catalogo/menus/grupos/listadegrupos/index.php
| ... | ... | @@ -24,14 +24,13 @@ $nome_menu = filter_var ( $_GET ["nome_menu"], FILTER_SANITIZE_STRING ); |
| 24 | 24 | <div class="row center-block"> |
| 25 | 25 | <div class="col-md-12"> |
| 26 | 26 | <div class="well hidden" id="titulo"> |
| 27 | + <span class="pull-right"> </span> | |
| 28 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 29 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 30 | + <i class="material-icons">search</i> | |
| 31 | + </button> | |
| 27 | 32 | <h2><small>{{{txtListaDeGrupos}}}</small></h2> |
| 28 | 33 | <blockquote>{{{descListaDeGrupos}}}</blockquote> |
| 29 | - <!-- aqui entra o filtro --> | |
| 30 | - <div class="form-group"> | |
| 31 | - <select | |
| 32 | - title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 33 | - </select> | |
| 34 | - </div> | |
| 35 | 34 | <div class="row pull-right"> |
| 36 | 35 | <a onclick="i3GEOadmin.grupos.adicionaDialogo();" href="javascript:void(0)" |
| 37 | 36 | class="btn btn-primary" role="button" style="color:#008579;">{{{adicionar}}}</a> | ... | ... |
admin1/catalogo/menus/grupos/subgrupos/index.php
| ... | ... | @@ -33,15 +33,14 @@ $nome_menu = filter_var ( $_GET ["nome_menu"], FILTER_SANITIZE_STRING ); |
| 33 | 33 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 34 | 34 | <i class="material-icons">help</i> |
| 35 | 35 | </button> |
| 36 | + <span class="pull-right"> </span> | |
| 37 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 38 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 39 | + <i class="material-icons">search</i> | |
| 40 | + </button> | |
| 36 | 41 | |
| 37 | 42 | <h4><small>{{{menu}}}: </small><?php echo "$nome_menu <small>{{{txtTitulo}}}:</small> $nome_grupo "; ?></h4> |
| 38 | 43 | <blockquote>{{{txtDesc}}}</blockquote> |
| 39 | - <!-- aqui entra o filtro --> | |
| 40 | - <div class="form-group"> | |
| 41 | - <select | |
| 42 | - title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 43 | - </select> | |
| 44 | - </div> | |
| 45 | 44 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| 46 | 45 | <div class="modal-dialog"> |
| 47 | 46 | <div class="modal-content"> | ... | ... |
admin1/catalogo/menus/grupos/subgrupos/listadesubgrupos/index.php
| ... | ... | @@ -28,20 +28,13 @@ $nome_menu = filter_var ( $_GET ["nome_menu"], FILTER_SANITIZE_STRING ); |
| 28 | 28 | <div class="row center-block"> |
| 29 | 29 | <div class="col-md-12"> |
| 30 | 30 | <div class="well hidden" id="titulo"> |
| 31 | - <!-- | |
| 32 | - <button data-toggle="modal" data-target="#ajudaPrincipal" | |
| 31 | + <span class="pull-right"> </span> | |
| 32 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 33 | 33 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 34 | - <i class="material-icons">help</i> | |
| 34 | + <i class="material-icons">search</i> | |
| 35 | 35 | </button> |
| 36 | - --> | |
| 37 | 36 | <h2><small>{{{txtListaDeSubGrupos}}}</small></h2> |
| 38 | 37 | <blockquote>{{{descListaDeSubGrupos}}}</blockquote> |
| 39 | - <!-- aqui entra o filtro --> | |
| 40 | - <div class="form-group"> | |
| 41 | - <select | |
| 42 | - title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 43 | - </select> | |
| 44 | - </div> | |
| 45 | 38 | <div class="row pull-right"> |
| 46 | 39 | <a onclick="i3GEOadmin.subgrupos.adicionaDialogo();" href="javascript:void(0)" |
| 47 | 40 | class="btn btn-primary" role="button" style="color:#008579;">{{{adicionar}}}</a> | ... | ... |
admin1/catalogo/menus/grupos/subgrupos/temas/index.php
| ... | ... | @@ -32,14 +32,13 @@ $nome_subgrupo = filter_var ( $_GET ["nome_subgrupo"], FILTER_SANITIZE_STRING ); |
| 32 | 32 | class="btn btn-primary btn-fab btn-fab-mini pull-right" style="left:10px"> |
| 33 | 33 | <i class="material-icons">play_circle_outline</i> |
| 34 | 34 | </button> |
| 35 | + <span class="pull-right"> </span> | |
| 36 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 37 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 38 | + <i class="material-icons">search</i> | |
| 39 | + </button> | |
| 35 | 40 | <h4><small>{{{menu}}}: </small><?php echo "$nome_menu <small>{{{grupo}}}:</small> $nome_grupo <small>{{{txtTitulo}}}:</small> $nome_subgrupo"; ?></h4> |
| 36 | 41 | <blockquote>{{{txtDesc}}}</blockquote> |
| 37 | - <!-- aqui entra o filtro --> | |
| 38 | - <div class="form-group"> | |
| 39 | - <select | |
| 40 | - title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 41 | - </select> | |
| 42 | - </div> | |
| 43 | 42 | <div class="row pull-right"> |
| 44 | 43 | <a onclick="i3GEOadmin.temas.adicionaTemaDialogo();" href="javascript:void(0)" |
| 45 | 44 | class="btn btn-primary" role="button" style="color:#008579;">{{{adicionar}}}</a> | ... | ... |
admin1/catalogo/menus/index.php
| ... | ... | @@ -26,17 +26,15 @@ 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 | + <span class="pull-right"> </span> | |
| 30 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 31 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 32 | + <i class="material-icons">search</i> | |
| 33 | + </button> | |
| 29 | 34 | <h2> |
| 30 | 35 | <small>{{{txtTitulo}}}</small> |
| 31 | 36 | </h2> |
| 32 | 37 | <blockquote>{{{txtDesc}}}</blockquote> |
| 33 | - | |
| 34 | - <!-- aqui entra o filtro --> | |
| 35 | - <div class="form-group"> | |
| 36 | - <select title="{{{filtro}}}" | |
| 37 | - onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 38 | - </select> | |
| 39 | - </div> | |
| 40 | 38 | <div class="row pull-right"> |
| 41 | 39 | <a onclick="i3GEOadmin.menus.adicionaDialogo();" href="javascript:void(0)" |
| 42 | 40 | class="btn btn-primary" role="button" style="color: #008579;">{{{adicionar}}}</a> | ... | ... |
admin1/head.php
| ... | ... | @@ -166,6 +166,10 @@ body { |
| 166 | 166 | width: 95%; |
| 167 | 167 | } |
| 168 | 168 | |
| 169 | +.ui-autocomplete { | |
| 170 | + z-index: 10000; | |
| 171 | +} | |
| 172 | + | |
| 169 | 173 | .panel-heading.icon [data-toggle="collapse"]:after { |
| 170 | 174 | font-family: 'FontAwesome'; |
| 171 | 175 | content: "\f054"; |
| ... | ... | @@ -391,6 +395,27 @@ h2 small { |
| 391 | 395 | </div> |
| 392 | 396 | </div> |
| 393 | 397 | </nav> |
| 398 | + <!-- Modal para o filtro --> | |
| 399 | + <div id="modalFiltro" class="modal fade" tabindex="-1"> | |
| 400 | + <div class="modal-dialog modal-lg"> | |
| 401 | + <div class="modal-content"> | |
| 402 | + <div class="modal-header"> | |
| 403 | + <button type="button" class="close" data-dismiss="modal" aria-label="Close"> | |
| 404 | + <span aria-hidden="true">×</span> | |
| 405 | + </button> | |
| 406 | + </div> | |
| 407 | + <div class="modal-body modal-lg" style=height:200px > | |
| 408 | + <!-- aqui entra o filtro --> | |
| 409 | + <div class="form-group"> | |
| 410 | + <select title="{{{filtro}}}" title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 411 | + </select> | |
| 412 | + </div> | |
| 413 | + <div class="clearfix"></div> | |
| 414 | + </div> | |
| 415 | + </div> | |
| 416 | + </div> | |
| 417 | + </div> | |
| 418 | + </div> | |
| 394 | 419 | <!--Modal de uso geral Varia apenas o body --> |
| 395 | 420 | <div id="modalGeral" class="modal fade" tabindex="-1"> |
| 396 | 421 | <div class="modal-dialog modal-lg"> | ... | ... |
admin1/usuarios/cadastro/index.php
| ... | ... | @@ -22,14 +22,13 @@ include "../../head.php"; |
| 22 | 22 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 23 | 23 | <i class="material-icons">help</i> |
| 24 | 24 | </button> |
| 25 | + <span class="pull-right"> </span> | |
| 26 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 27 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 28 | + <i class="material-icons">search</i> | |
| 29 | + </button> | |
| 25 | 30 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 26 | 31 | <blockquote>{{{txtDesc}}}</blockquote> |
| 27 | - <!-- aqui entra o filtro --> | |
| 28 | - <div class="form-group"> | |
| 29 | - | |
| 30 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 31 | - </select> | |
| 32 | - </div> | |
| 33 | 32 | <div class="clearfix"></div> |
| 34 | 33 | <!--Modal ajuda--> |
| 35 | 34 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> | ... | ... |
admin1/usuarios/grupos/index.php
| ... | ... | @@ -18,20 +18,13 @@ include "../../head.php"; |
| 18 | 18 | <div class="row center-block"> |
| 19 | 19 | <div class="col-md-12" id="titulo"> |
| 20 | 20 | <div class="well hidden" > |
| 21 | - <!-- | |
| 22 | - <button data-toggle="modal" data-target="#ajudaPrincipal" | |
| 21 | + <span class="pull-right"> </span> | |
| 22 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 23 | 23 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 24 | - <i class="material-icons">help</i> | |
| 24 | + <i class="material-icons">search</i> | |
| 25 | 25 | </button> |
| 26 | - --> | |
| 27 | 26 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 28 | 27 | <blockquote>{{{txtDesc}}}</blockquote> |
| 29 | - <!-- aqui entra o filtro --> | |
| 30 | - <div class="form-group"> | |
| 31 | - | |
| 32 | - <select title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 33 | - </select> | |
| 34 | - </div> | |
| 35 | 28 | <div class="clearfix"></div> |
| 36 | 29 | <!--Modal ajuda |
| 37 | 30 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> | ... | ... |
admin1/usuarios/operacoes/index.php
| ... | ... | @@ -22,14 +22,13 @@ include "../../head.php"; |
| 22 | 22 | class="btn btn-primary btn-fab btn-fab-mini pull-right"> |
| 23 | 23 | <i class="material-icons">help</i> |
| 24 | 24 | </button> |
| 25 | + <span class="pull-right"> </span> | |
| 26 | + <button data-toggle="modal" data-target="#modalFiltro" | |
| 27 | + class="btn btn-primary btn-fab btn-fab-mini pull-right"> | |
| 28 | + <i class="material-icons">search</i> | |
| 29 | + </button> | |
| 25 | 30 | <h2><small>{{{txtTitulo}}}</small></h2> |
| 26 | 31 | <blockquote>{{{txtDesc}}}</blockquote> |
| 27 | - | |
| 28 | - <!-- aqui entra o filtro --> | |
| 29 | - <div class="form-group"> | |
| 30 | - <select title="{{{filtro}}}" title="{{{filtro}}}" onchange="i3GEOadmin.core.filtra(this)" id="filtro" class="form-control input-lg"> | |
| 31 | - </select> | |
| 32 | - </div> | |
| 33 | 32 | <div class="clearfix"></div> |
| 34 | 33 | <!--Modal ajuda--> |
| 35 | 34 | <div id="ajudaPrincipal" class="modal fade" tabindex="-1"> |
| ... | ... | @@ -53,6 +52,7 @@ include "../../head.php"; |
| 53 | 52 | </div> |
| 54 | 53 | </div> |
| 55 | 54 | </div> |
| 55 | + | |
| 56 | 56 | <script id="templateFiltro" type="x-tmpl-mustache"> |
| 57 | 57 | <option value="form-{{id_operacao}}">{{{codigo}}}</option> |
| 58 | 58 | </script> | ... | ... |
ogc/index.php
| ... | ... | @@ -68,17 +68,17 @@ include "../init/head.php"; |
| 68 | 68 | <script id="templateCamadas" type="x-tmpl-mustache"> |
| 69 | 69 | <div class="list-group-item"> |
| 70 | 70 | <div class="bs-component btn-group-sm pull-left" data-toggle="modal" data-target="#modalCamada" > |
| 71 | - <a onclick="mostraLinksServico('{{codigo_tema}}','{{tipo}}','{{disabledogc}}')" class="btn btn-primary btn-fab {{disabledogc}}" href="#"> | |
| 71 | + <a title="links OWS" onclick="mostraLinksServico('{{codigo_tema}}','{{tipo}}','{{disabledogc}}')" class="btn btn-primary btn-fab {{disabledogc}}" href="#"> | |
| 72 | 72 | <i class="material-icons">launch</i> |
| 73 | 73 | </a> |
| 74 | - <a onclick="mostraLinksDownload('{{codigo_tema}}','{{tipo}}','{{disableddown}}')" class="btn btn-primary btn-fab {{disableddown}}" href="#"> | |
| 74 | + <a title="download" onclick="mostraLinksDownload('{{codigo_tema}}','{{tipo}}','{{disableddown}}')" class="btn btn-primary btn-fab {{disableddown}}" href="#"> | |
| 75 | 75 | <i class="material-icons">file_download</i> |
| 76 | 76 | </a> |
| 77 | 77 | </div> |
| 78 | 78 | <h4> |
| 79 | 79 | <a onclick="mostraLinksServico('{{codigo_tema}}','{{tipo}}','{{disabledogc}}');$('#modalCamada').modal('show');" href="#"> |
| 80 | 80 | {{{nome_tema}}}{{{nome}}}</a> |
| 81 | - <a class="{{hidden}}" href="{{link_tema}}{{link}}" target="_blank"><i class="fa fa-link"></i></a> | |
| 81 | + <a title="metadata" class="{{hidden}}" href="{{link_tema}}{{link}}" target="_blank"><i class="fa fa-link"></i></a> | |
| 82 | 82 | </h4> |
| 83 | 83 | </div> |
| 84 | 84 | <div class="list-group-separator"></div> |
| ... | ... | @@ -96,7 +96,7 @@ include "../init/head.php"; |
| 96 | 96 | {{{camadas}}} |
| 97 | 97 | <!-- aqui entra o filtro --> |
| 98 | 98 | <div class="form-group"> |
| 99 | - | |
| 99 | + | |
| 100 | 100 | <select onchange="filtraGrupo(this,'menu{{idmenu}}')" data-grupoFiltro="{{idmenu}}" class="form-control input-lg"> |
| 101 | 101 | </select> |
| 102 | 102 | </div> | ... | ... |