<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>hello dear BlueOnyx GUI designers!</p>
    <p>a detail:</p>
    <p>to log out from the admin page, one has to click on the key icon
      on the upper right of the page; then, go down with the mouse to
      click on the <nobr style="white-space:nowrap; color: White;
        background-color:#36f;">[ √ logout ]</nobr> button, right?</p>
    <p>I always missed the ability to hit [ENTER] to proceed, which is
      much faster. I anyway prefer using the keyboard instead of the
      mouse, I «tab» to the relevant buttons, if possible. Saves oneself
      of constantly swapping keyboard and mouse.<br>
    </p>
    <p>I looked at the rendered code of the logout dialog box:</p>
    <pre style="font-size:80%; background-color:#eee;"><!-- Start: dialog_logout --><!-- Start: dialog_logout -->
<div class="display_none">
        <div id="dialog_logout" class="dialog_content narrow" title="Logout">
                <div class="block">
                        <div class="section">
                                <h1>admin logged in on vs.legler.net</h1>
                                <div class="dashed_line"></div>
                                <p>Are you sure you want to logout of the system?</p>
                        </div>
                        <div class="button_bar clearfix">
                                <span style="background-color:#ffc;"><button class="dark no_margin_bottom link_button" data-link="/logout/true"></span>
                                        <div class="ui-icon ui-icon-check"></div>
                                        <span>Logout</span>
                                </button>
                                <button class="light send_right close_dialog">
                                        <div class="ui-icon ui-icon-closethick"></div>
                                        <span>Cancel</span>
                                </button>
                        </div>
                </div>
        </div>
</div> 
<!-- End: dialog_logout --></pre>
    <p>With an additional <tt style="background-color:#ffc;">type="submit"</tt>
      in the <tt style="background-color:#ffc;"><button class="dark
        no_margin_bottom link_button" data-link="/logout/true"></tt>
      tag, the logout button should react to the a hit of the [ENTER]
      key, I believe... The [ESC] key reacts already.<br>
    </p>
    <p>just a thought...</p>
    <p>Best regards</p>
    Meaulnes Legler
    <div class="moz-signature">
      <table cellspacing="0" cellpadding="0" border="0">
        <tbody>
          <tr>
            <td>~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~</td>
          </tr>
          <tr>
            <td>~ <tt> <a class="moz-txt-link-abbreviated"
                  href="http://www.WaveWeb.ch">www.WaveWeb.ch</a> </tt> ~</td>
          </tr>
          <tr>
            <td>~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~</td>
          </tr>
          <tr>
            <td>~ <small><tt>Zurich, Switzerland</tt></small> ~ <br>
              ~ <small><tt>tel: +41 44 2601660</tt></small> ~</td>
          </tr>
        </tbody>
      </table>
      <br>
    </div>
  </body>
</html>