1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

added attachments to user acp

fixed typo in stylesheet.css
added a.th class to admin css


git-svn-id: file:///svn/phpbb/trunk@4833 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-02-15 09:03:20 +00:00
parent 7dc62cc5ed
commit d8609ba1c6
5 changed files with 149 additions and 21 deletions

View File

@@ -237,7 +237,7 @@ function adm_page_confirm($title, $message)
<br /><br />
<form name="confirm" method="post" action="<?php echo $_SERVER['SCRIPT_NAME']; ?>">
<form name="confirm" method="post" action="<?php echo $_SERVER['SCRIPT_NAME'] . $SID; ?>">
<table class="bg" width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th><?php echo $title; ?></th>