Changeset 4759


Ignore:
Timestamp:
03/19/14 08:55:22 (11 years ago)
Author:
stephanie.roth@snd.gu.se
Message:

Changed element structure for login info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/client/trunk/chrome/markingcollection/content/markingcollection/sidebar.xul

    r4750 r4759  
    7171        ]]>
    7272    </script>
    73     <description id="loginInfo"></description>
    74     <button label="Login" oncommand='window.openDialog("chrome://markingcollection/content/loginDialog.xul", "", "chrome,centerscreen,modal", {});'/>
     73   
     74    <!-- TODO: Better to use another container instead, e.g. (vbox, box)? -->
     75    <description id="loginInfo">
     76        <label id="loginStatus"/>
     77        <!-- TODO: Check on performance: opening dialogue takes too long at times. -->
     78        <button id="loginButton" oncommand='window.openDialog("chrome://markingcollection/content/loginDialog.xul", "", "chrome,centerscreen,modal", {});'/>
     79        <button id="logoutButton"/>
     80    </description>
     81   
    7582    <stringbundleset id="mcStringBundles">
    7683        <stringbundle id="mcMainString" src="chrome://markingcollection/locale/markingcollection.properties" />
Note: See TracChangeset for help on using the changeset viewer.