mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Add account_type to login templates
This commit is contained in:
parent
830197249f
commit
ac721fda8d
@ -32,6 +32,7 @@
|
||||
|
||||
<FORM name="login" method="post" action="{login_url}" {autocomplete}>
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account type" value="u">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">{cd}</TD>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta name="description" content="eGroupWare login screen">
|
||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
|
||||
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
|
||||
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
||||
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||
<title>{website_title} - Login</title>
|
||||
@ -99,7 +99,7 @@ body { background: #ffffff; }
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3"> <input type="hidden" name="passwd_type" value="text"> </td>
|
||||
<td colspan="3"> <input type="hidden" name="passwd_type" value="text"> <input type="hidden" name="account_type" value="u"> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td align="right"><font color="#000000">{lang_username}: </font></td>
|
||||
|
@ -37,6 +37,7 @@
|
||||
<td valign="baseline">
|
||||
<form name="login" method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<table bgcolor="#adadad" border="0" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="2" align="center">{cd}</td>
|
||||
|
@ -35,6 +35,8 @@
|
||||
<tr>
|
||||
<td valign="baseline">
|
||||
<form method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<table border="0" align="CENTER" bgcolor="#adadad" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="3" align="CENTER">
|
||||
|
@ -24,6 +24,8 @@
|
||||
<td valign="baselines">
|
||||
|
||||
<form method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<table border="0" align="center" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="2" align="center">
|
||||
|
@ -23,6 +23,8 @@
|
||||
<td valign="baselines">
|
||||
|
||||
<form method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<table border="0" align="center" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="center">
|
||||
|
@ -59,6 +59,7 @@ target="_lawde">http://linux-at-work.de</a>
|
||||
|
||||
<FORM name="login_form" method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#1559a9" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#1559a9">
|
||||
<TD colspan="2" align="CENTER">
|
||||
|
@ -30,6 +30,8 @@
|
||||
<TD valign="BASELINE">
|
||||
|
||||
<FORM method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<TABLE border="0" align="CENTER" bgcolor="486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
|
@ -15,6 +15,8 @@
|
||||
<CENTER>{lang_message}</CENTER>
|
||||
<p> </p>
|
||||
<FORM name="login_form" method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||
<TR>
|
||||
<TD class="sideboxtitle" align="center" height=28>{website_title}</TD>
|
||||
|
@ -20,7 +20,8 @@
|
||||
<TR>
|
||||
<TD class="sideboxcontent" bgColor="#efefef">
|
||||
<FORM method="post" action="{login_url}">
|
||||
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="center">
|
||||
|
@ -30,6 +30,8 @@
|
||||
<TD valign="BASELINE">
|
||||
|
||||
<FORM method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="2" align="CENTER">
|
||||
|
@ -29,6 +29,8 @@
|
||||
<TD valign="BASELINE">
|
||||
|
||||
<FORM method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
|
Loading…
Reference in New Issue
Block a user