Author: tchemit Date: 2008-02-11 20:37:01 +0000 (Mon, 11 Feb 2008) New Revision: 830 Modified: trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx Log: normalisation actions + ajout action synchronisation sur detail d'un element Modified: trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx 2008-02-11 20:36:26 UTC (rev 829) +++ trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx 2008-02-11 20:37:01 UTC (rev 830) @@ -20,8 +20,8 @@ </cell> <cell anchor="east"> <JToolBar> - <JButton id='collapseAllApplication'/> - <JButton id='expandAllApplication'/> + <JButton id='collapseAll'/> + <JButton id='expandAll'/> </JToolBar> </cell> </row> @@ -39,9 +39,10 @@ </cell> <cell anchor="east"> <JToolBar> - <JButton id='exportApplication'/> - <JButton id='downloadLoggableElement'/> - <JButton id='deleteLoggableElement'/> + <JButton id='launchSynchronize'/> + <JButton id='exportElement'/> + <JButton id='downloadElement'/> + <JButton id='deleteElement'/> </JToolBar> </cell> </row>
participants (1)
-
tchemit@users.labs.libre-entreprise.org