From 74b11b7d1cc36913b764356979ed2bfc73ff7a58 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 20 Jan 2015 10:54:11 -0200 Subject: [PATCH] Change urls that use interlegis.GOV.br to interlegis.LEG.br --- sigi/apps/servidores/management/commands/migra.py | 2 +- sigiStatic/css/globalnav-estilos.css | 4 ++-- templates/admin/base_site.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sigi/apps/servidores/management/commands/migra.py b/sigi/apps/servidores/management/commands/migra.py index 165ad14..c6187ca 100644 --- a/sigi/apps/servidores/management/commands/migra.py +++ b/sigi/apps/servidores/management/commands/migra.py @@ -52,7 +52,7 @@ class Command(BaseCommand): email = '' else: username = p['email'].split('@')[0].strip().lower() - email = username + '@interlegis.gov.br' + email = username + '@interlegis.leg.br' # buscar usuário e servidor da linha atual try: diff --git a/sigiStatic/css/globalnav-estilos.css b/sigiStatic/css/globalnav-estilos.css index 942bfff..30019d1 100644 --- a/sigiStatic/css/globalnav-estilos.css +++ b/sigiStatic/css/globalnav-estilos.css @@ -1,7 +1,7 @@ #globalnavbar { font-family: Tahoma, Arial, sans-serif; font-size: 12pt; - background: #fff url(http://www.interlegis.gov.br/globalnav-logo.gif) no-repeat 0.75em 0.5em; + background: #fff url(http://www.interlegis.leg.br/globalnav-logo.gif) no-repeat 0.75em 0.5em; border-bottom: 4px solid #b8b8b8; height: 40px; margin: 0 auto 10px; @@ -31,7 +31,7 @@ #globalnavbar li a { border: 0; text-decoration: none; } #globalnavbar li a:hover { background: none; text-decoration: underline; } #globalnavbar input { - background: #fff url(http://www.interlegis.gov.br/globalnav-buscar.gif) no-repeat bottom; + background: #fff url(http://www.interlegis.leg.br/globalnav-buscar.gif) no-repeat bottom; border: 0; bottom: 0.33em; color: #a6a6a6; diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index e00a31e..9c50b07 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -23,7 +23,7 @@
  • Saberes
  • Colab
  • -
  • Intranet
  • +
  • Intranet
  • Portal
  • {% endblock %}