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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user