mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 18:41:09 +03:00 
			
		
		
		
	fix html code in templates: Safari 4 support, wider group chooser, proper copyrights
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@616 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
		
							parent
							
								
									3dac6e0620
								
							
						
					
					
						commit
						c7f185bfad
					
				| @ -9,6 +9,7 @@ | ||||
|   [!] compatibility with the latest mod_security rules | ||||
|   [+] performance options in settings: update intervals, operator online time threshold | ||||
|   [+] information messages: visitor navigated to ... | ||||
|   [!] html code in templates, better appearance in Safari | ||||
| 
 | ||||
|   1.6.1 | ||||
|   ----- | ||||
|  | ||||
| @ -286,7 +286,7 @@ ${endif:canpost}${endif:agent} | ||||
| 			</tr> | ||||
| 			</table> | ||||
| 		</td> | ||||
| 		<td id="poweredByTD" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td> | ||||
| 		<td id="poweredByTD" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td> | ||||
| 		<td align="right"> | ||||
| 
 | ||||
| ${if:canpost} | ||||
|  | ||||
| @ -169,7 +169,7 @@ | ||||
| 			</tr> | ||||
| 			</table> | ||||
| 		</td> | ||||
| 		<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td> | ||||
| 		<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td> | ||||
| 		<td width="33%" align="right"> | ||||
| 			<table cellspacing="0" cellpadding="0" border="0" id="postmessage"> | ||||
| 
 | ||||
|  | ||||
| @ -90,7 +90,7 @@ | ||||
| 	</td> | ||||
| </tr> | ||||
| <tr> | ||||
| 	<td valign="top" style="padding:0px 0px 0px 24px;"> | ||||
| 	<td valign="top" align="center" style="padding:0px 24px;"> | ||||
| ${if:errors} | ||||
| 		<table cellspacing="0" cellpadding="0" border="0"> | ||||
| 		<tr> | ||||
| @ -133,6 +133,14 @@ ${endif:showcaptcha} | ||||
| 				</td> | ||||
| 			</tr> | ||||
| 		</table> | ||||
| 		 | ||||
| 		<table cellpadding="7" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td id="poweredByTD" align="center" class="copyr"> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 		</table> | ||||
| 	</td> | ||||
| </tr> | ||||
| <tr> | ||||
| @ -142,7 +150,6 @@ ${endif:showcaptcha} | ||||
| </table> | ||||
| </form> | ||||
| 
 | ||||
| 
 | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
|  | ||||
| @ -96,7 +96,7 @@ ${ifnot:showmessage}<input type="hidden" name="message" value="${form:message}"/ | ||||
| 	</td> | ||||
| </tr> | ||||
| <tr> | ||||
| 	<td valign="top" style="padding:0px 0px 0px 24px;"> | ||||
| 	<td valign="top" align="center" style="padding:0px 24px;"> | ||||
| ${if:errors} | ||||
| 		<table cellspacing="0" cellpadding="0" border="0"> | ||||
| 		<tr> | ||||
| @ -114,7 +114,7 @@ ${if:groups} | ||||
| 			<tr> | ||||
| 				<td class="text">${msg:presurvey.department}</td> | ||||
| 				<td> | ||||
| 				<select name="group">${page:groups}</select> | ||||
| 				<select name="group" style="min-width:200px;">${page:groups}</select> | ||||
| 				</td> | ||||
| 			</tr> | ||||
| ${endif:groups} | ||||
| @ -149,6 +149,14 @@ ${endif:showmessage} | ||||
| 				</td> | ||||
| 			</tr> | ||||
| 		</table> | ||||
| 
 | ||||
| 		<table cellpadding="7" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td id="poweredByTD" align="center" class="copyr"> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 		</table> | ||||
| 	</td> | ||||
| </tr> | ||||
| <tr> | ||||
|  | ||||
| @ -153,17 +153,24 @@ textarea.message { | ||||
| 	margin-right: 5px; | ||||
| } | ||||
| 
 | ||||
| .username { | ||||
| .field { | ||||
| 	font-family: Arial, Helvetica, sans-serif; | ||||
| 	font-size: 12px; | ||||
| 	color: #383838; | ||||
| 	padding-left: 3px; | ||||
| } | ||||
| 
 | ||||
| input.username { | ||||
| input.field { | ||||
| 	border: 1px solid #878787; | ||||
| } | ||||
| 
 | ||||
| textarea.field { | ||||
| 	border: 0px; | ||||
| 	margin: 0px; | ||||
| 	padding: 0px 3px; | ||||
| 	overflow: auto; | ||||
| } | ||||
| 
 | ||||
| .answer { | ||||
| 	font-family: Arial, Helvetica, sans-serif; | ||||
| 	font-size: 11px; | ||||
|  | ||||
| @ -135,7 +135,7 @@ ${if:user} | ||||
| 					<table cellspacing="0" cellpadding="0" border="0"><tr> | ||||
| 					<td class="text" nowrap>${msg:chat.client.name}</td> | ||||
| 					<td width="10" valign="top"><img src='${webimroot}/images/free.gif' width="10" height="1" border="0" alt="" /></td> | ||||
| 					<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="username"></td> | ||||
| 					<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td> | ||||
| 					<td width="5" valign="top"><img src='${webimroot}/images/free.gif' width="5" height="1" border="0" alt="" /></td> | ||||
| 					<td><a href="javascript:void(0)" onclick="return false;" title="${msg:chat.client.changename}"><img class="tplimage iexec" src="${webimroot}/images/free.gif" border="0" alt=">>" /></a></td> | ||||
| 					</tr></table> | ||||
| @ -279,7 +279,7 @@ ${endif:canpost}${endif:agent} | ||||
| 			</tr> | ||||
| 			</table> | ||||
| 		</td> | ||||
| 		<td align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td> | ||||
| 		<td align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td> | ||||
| 		<td align="right"> | ||||
| 
 | ||||
| ${if:canpost} | ||||
|  | ||||
| @ -68,7 +68,7 @@ | ||||
| 
 | ||||
| 				<td class="text" nowrap>${msg:chat.client.name}</td> | ||||
| 				<td width="10" valign="top"><img src='${webimroot}/images/free.gif' width="10" height="1" border="0" alt="" /></td> | ||||
| 				<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="username"></td> | ||||
| 				<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td> | ||||
| 				<td width="5" valign="top"><img src='${webimroot}/images/free.gif' width="5" height="1" border="0" alt="" /></td> | ||||
| 				<td><a href="javascript:void(0)" onclick="return false;" title="${msg:chat.client.changename}"><img src='${tplroot}/images/buttons/exec.gif' width="25" height="25" border="0" alt=">>" /></a></td> | ||||
| 
 | ||||
| @ -169,7 +169,7 @@ | ||||
| 			</tr> | ||||
| 			</table> | ||||
| 		</td> | ||||
| 		<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td> | ||||
| 		<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td> | ||||
| 		<td width="33%" align="right"> | ||||
| 			<table cellspacing="0" cellpadding="0" border="0" id="postmessage"> | ||||
| 
 | ||||
|  | ||||
| @ -66,20 +66,20 @@ ${endif:errors} | ||||
| 		<tr> | ||||
| 		    <td class="text">${msg:form.field.email}:</td> | ||||
| 		    <td width="20"></td> | ||||
| 		    <td><input type="text" name="email" size="50" value="${form:email}" class="username"/></td> | ||||
| 		    <td><input type="text" name="email" size="50" value="${form:email}" class="field"/></td> | ||||
| 		</tr> | ||||
| 		<tr><td height="7" colspan="3"></td></tr> | ||||
| 		<tr> | ||||
| 		    <td class="text">${msg:form.field.name}:</td> | ||||
| 		    <td width="20"></td> | ||||
| 		    <td><input type="text" name="name" size="50" value="${form:name}" class="username"/></td> | ||||
| 		    <td><input type="text" name="name" size="50" value="${form:name}" class="field"/></td> | ||||
| 		</tr> | ||||
| 		<tr><td height="7" colspan="3"></td></tr> | ||||
| 		<tr> | ||||
| 		    <td class="text">${msg:form.field.message}:</td> | ||||
| 		    <td width="20"></td> | ||||
| 		    <td height="120" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top"> | ||||
| 			    <textarea rows="8" cols="45" name="message" class="message" tabindex="0" style="width:90%;">${form:message}</textarea> | ||||
| 			    <textarea rows="8" cols="45" name="message" class="field" tabindex="0">${form:message}</textarea> | ||||
| 		    </td><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr></table></td> | ||||
| 		</tr> | ||||
| ${if:showcaptcha} | ||||
| @ -87,7 +87,7 @@ ${if:showcaptcha} | ||||
| 		<tr> | ||||
| 		    <td class="text"><img src="captcha.php"/></td> | ||||
| 		    <td width="20"></td> | ||||
| 			<td><input type="text" name="captcha" size="50" maxlength="15" value="" class="username"/></td> | ||||
| 			<td><input type="text" name="captcha" size="50" maxlength="15" value="" class="field"/></td> | ||||
| 		</tr> | ||||
| ${endif:showcaptcha} | ||||
| 	</table></td><td bgcolor="#E8A400"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td><img class="tplimage icrnlb" src="${webimroot}/images/free.gif" border="0" alt=""/></td><td style="background-image: url(${tplroot}/images/winbg.gif)" class="bgcy"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td><img class="tplimage icrnrb" src="${webimroot}/images/free.gif" border="0" alt=""/></td></tr></table> | ||||
| @ -115,7 +115,7 @@ ${endif:showcaptcha} | ||||
| 		</table> | ||||
| 	</td> | ||||
| 
 | ||||
|   	<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td> | ||||
|   	<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td> | ||||
| 
 | ||||
|     <td width="33%" align="right"> | ||||
| 		<table cellspacing="0" cellpadding="0" border="0"> | ||||
|  | ||||
| @ -61,7 +61,7 @@ ${endif:errors} | ||||
| 		<tr> | ||||
| 	    <td class="text">${msg:mailthread.enter_email}</td> | ||||
| 	    <td width="10"></td> | ||||
| 	    <td><input type="text" name="email" size="20" value="${form:email}" class="username"/></td> | ||||
| 	    <td><input type="text" name="email" size="20" value="${form:email}" class="field"/></td> | ||||
| 		</tr> | ||||
| 	</table></td><td bgcolor="#E8A400"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td><img class="tplimage icrnlb" src="${webimroot}/images/free.gif" border="0" alt=""/></td><td style="background-image: url(${tplroot}/images/winbg.gif)" class="bgcy"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td><img class="tplimage icrnrb" src="${webimroot}/images/free.gif" border="0" alt=""/></td></tr></table> | ||||
| 
 | ||||
|  | ||||
| @ -75,7 +75,7 @@ ${if:groups} | ||||
| 			<td class="text">${msg:presurvey.department}</td> | ||||
| 			<td width="20"></td> | ||||
| 			<td> | ||||
| 			<select name="group">${page:groups}</select> | ||||
| 			<select name="group" style="min-width:200px;">${page:groups}</select> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 		<tr><td height="7" colspan="3"></td></tr> | ||||
| @ -84,7 +84,7 @@ ${endif:groups} | ||||
| 		<tr> | ||||
| 			<td class="text">${msg:presurvey.name}</td> | ||||
| 			<td width="20"></td> | ||||
| 			<td><input type="text" name="name" size="50" value="${form:name}" class="username" ${ifnot:showname}disabled="disabled"${endif:showname}/></td> | ||||
| 			<td><input type="text" name="name" size="50" value="${form:name}" class="field" ${ifnot:showname}disabled="disabled"${endif:showname}/></td> | ||||
| 		</tr> | ||||
| 		<tr><td height="7" colspan="3"></td></tr> | ||||
| 
 | ||||
| @ -92,17 +92,17 @@ ${if:showemail} | ||||
| 		<tr> | ||||
| 			<td class="text">${msg:presurvey.mail}</td> | ||||
| 		    <td width="20"></td> | ||||
| 			<td><input type="text" name="email" size="50" value="${form:email}" class="username"/></td> | ||||
| 			<td><input type="text" name="email" size="50" value="${form:email}" class="field"/></td> | ||||
| 		</tr> | ||||
| 		<tr><td height="7" colspan="3"></td></tr> | ||||
| ${endif:showemail} | ||||
| 			 | ||||
| ${if:showmessage}			 | ||||
| 		<tr> | ||||
| 			<td class="text">${msg:presurvey.question}:</td> | ||||
| 			<td class="text">${msg:presurvey.question}</td> | ||||
| 		    <td width="20"></td> | ||||
| 			<td height="60" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top"> | ||||
| 				<textarea name="message" class="message" tabindex="0" cols="45" rows="2" style="overflow:auto; width:90%;">${form:message}</textarea> | ||||
| 				<textarea name="message" class="field" tabindex="0" cols="45" rows="3">${form:message}</textarea> | ||||
| 			</td><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr></table></td> | ||||
| 		</tr> | ||||
| 		<tr><td height="7" colspan="3"></td></tr> | ||||
| @ -133,7 +133,7 @@ ${endif:showmessage} | ||||
| 		</table> | ||||
| 	</td> | ||||
| 
 | ||||
|   	<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td> | ||||
|   	<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td> | ||||
| 
 | ||||
|     <td width="33%" align="right"> | ||||
| 		<table cellspacing="0" cellpadding="0" border="0"> | ||||
|  | ||||
| @ -148,7 +148,7 @@ var threadParams = { servl:"${webimroot}/thread.php",wroot:"${webimroot}",freque | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -71,7 +71,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -38,7 +38,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -80,7 +80,7 @@ ${endif:showcaptcha} | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -38,7 +38,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -63,7 +63,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -38,7 +38,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -34,7 +34,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -57,7 +57,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -38,7 +38,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
| @ -44,7 +44,7 @@ | ||||
| 						${if:groups} | ||||
| 							<tr> | ||||
| 								<td class="text">${msg:presurvey.department}</td> | ||||
| 								<td><select name="group">${page:groups}</select></td> | ||||
| 								<td><select name="group" style="min-width:200px;">${page:groups}</select></td> | ||||
| 							</tr> | ||||
| 						${endif:groups} | ||||
| 						<tr> | ||||
| @ -89,7 +89,7 @@ | ||||
| 	<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> | ||||
| 		<tr> | ||||
| 			<td valign="top"> | ||||
| 				${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a> | ||||
| 				${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a> | ||||
| 			</td> | ||||
| 		</tr> | ||||
| 	</table> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user