You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
1.2 KiB

<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2018 Onestein
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<template>
<t t-name="SwitchUserMenu">
<li class="o_switch_user_menu">
<a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false" href="#">
<span class="oe_topbar_name"/> <span class="caret"/>
</a>
<ul class="dropdown-menu" role="menu"/>
</li>
</t>
<t t-name="SwitchUserLoginDialog">
<div>
<div class="form-group">
<label>Login</label>
<input type="text" disabled="disabled" class="form-control" t-att-value="login" />
</div>
<div class="form-group">
<label>Password</label>
<input type="password" class="form-control"/>
</div>
<div class="checkbox">
<label>
<input type="checkbox"/> Store password (remembers it until you close this tab)
</label>
</div>
<div class="alert alert-danger hidden">
Login failed.
</div>
</div>
</t>
</template>