mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
User auth now works properly I think, gives warnings of group conflicts, only simple mode at present
git-svn-id: file:///svn/phpbb/trunk@696 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
17
phpBB/templates/PSO/admin/admin_message_body.tpl
Normal file
17
phpBB/templates/PSO/admin/admin_message_body.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<br clear="all"><br>
|
||||
|
||||
<table width="85%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{MESSAGE_TITLE}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all">
|
@@ -1,7 +1,7 @@
|
||||
|
||||
<base target="main">
|
||||
|
||||
<div align="center"><table width="99%" cellpadding="1" cellspacing="0" border="0">
|
||||
<table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="3" cellspacing="1" border="0">
|
||||
<!-- BEGIN catrow -->
|
||||
@@ -16,7 +16,7 @@
|
||||
<!-- END catrow -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
@@ -20,7 +20,7 @@ SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
|
||||
</head>
|
||||
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
|
||||
<div align="center"><table width="100%" height="100%" cellpadding="1" cellspacing="2" border="0">
|
||||
<table width="100%" height="100%" cellpadding="1" cellspacing="2" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg" width="100%" height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
@@ -33,7 +33,7 @@ SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
@@ -1,5 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
{META}
|
||||
@@ -7,6 +6,7 @@
|
||||
<title>phpBB - {SITENAME}</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
BODY {background-color:{T_BODY_BGCOLOR};color:{T_BODY_TEXT};scrollbar-base-color:{T_TH_COLOR2};scrollbar-arrow-color:{T_TH_COLOR1}}
|
||||
P {font-family:{T_FONTFACE1};font-size:10pt}
|
||||
|
||||
TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal}
|
||||
|
Reference in New Issue
Block a user