Changeset c5bf59c in observatorio


Ignore:
Timestamp:
Oct 16, 2014, 5:46:03 PM (10 years ago)
Author:
eparedes <eparedes@…>
Branches:
master
Children:
4cf41e7
Parents:
801a1ba (diff), cb3c328 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://miv.cenditel.gob.ve/cadenas/scm/git/observatorio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • procesos/templates/autenticar/usuario.html

    r044d29e rcb3c328  
    9696                    display: function (data) {
    9797                        if (data.record.estatus == 'SUCCESS') {
    98                             return "<a href='{{ BASE_URL }}/sig/geocadena/?grafo_id='" + data.record.task_id +
    99                                     "target='_blank'>Georeferenciar Cadena" +
    100                                     "<img src='{% static 'geocadena/imgs/icons/world.png' %}'></a>";
     98                            return "<a href='{{ BASE_URL }}/sig/geocadena/?grafo_id='" + data.record.task_id + "'" +
     99                                    "target='_blank'><img src='{% static 'geocadena/imgs/icons/world.png' %}'></a>";
    101100                        }
    102101                        return 'NO DISPONIBLE'
Note: See TracChangeset for help on using the changeset viewer.