Project

General

Profile

Revision 8d814524

ID8d8145242d801bf5aa2a654b746b5259d3c5218d
Parent 7e984955
Child e381d893

Added by Francois POIROTTE about 13 years ago

Déplacement du menu de liens externes en fin de toolbar (#722).

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@7319 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigigraph/public/js/toolbar.js
221 221

  
222 222
        // Remplissage de la barre d'outils
223 223
        this.jxtoolbar.add(this.global_refresh);
224
        this.jxtoolbar.add(this.links);
225 224
        this.jxtoolbar.add(new Jx.Toolbar.Separator());
226 225
        this.jxtoolbar.add(this.host_label); // à supprimer ?
227 226
        this.jxtoolbar.add(this.host_picker);
......
229 228
        this.jxtoolbar.add(this.graph_label); // à supprimer ?
230 229
        this.jxtoolbar.add(this.graph_picker);
231 230
        //this.jxtoolbar.add(this.show_graph);
231
        this.jxtoolbar.add(this.links);
232 232

  
233 233
        // Vérification de la date de dernière modification en base, et
234 234
        // rechargement des arbres le cas échéant

Also available in: Unified diff