+ Replaced old functions to listing dirs in admin_script.php and admin_users.php
+ Fixed update server address + Replaced URL in footer + Deleted admin styles page + Fixed a few bugs in polish language files git-svn-id: https://svn.pioder.pl/uf-svn/uF@35 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<br>
|
||||
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
|
||||
<table align="center" class="message" width="<?= TABLES_WIDTH; ?>">
|
||||
<tr><td class="fitem" align="center"><font face="Verdana" style="font-size: 16pt; font-weight: bold">DSF v <? echo VERSION; ?></font></td></tr>
|
||||
<tr><td class="fitem" align="center"><font face="Verdana" style="font-size: 16pt; font-weight: bold">µForum v <? echo VERSION; ?></font></td></tr>
|
||||
<tr>
|
||||
<td valign="center" align="center" class="message">
|
||||
<? echo $skin['msg']; ?>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
<a href="check_script.php" target="main" class="beam"><?= $skin['scriptstat']; ?></a> •
|
||||
<a href="admin_script.php" target="main" class="beam"><?= $skin['scriptoptions']; ?></a> •
|
||||
<a href="mass_email.php" target="main" class="beam"><?= $skin['mass_email']; ?></a> •
|
||||
<a href="styles.php" target="main" class="beam"><?= $skin['admin_styles']; ?></a> •
|
||||
<a href="admin_forums.php" target="main" class="beam"><?= $skin['admin_forums']; ?></a>
|
||||
|
||||
</td>
|
||||
|
||||
@@ -23,7 +23,7 @@ a:hover
|
||||
/* body class */
|
||||
.body
|
||||
{
|
||||
background-color: #E8E8FF;
|
||||
background-color: #E8E8FF;
|
||||
background-image: url('images/body_bg.gif');
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
<center>
|
||||
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
|
||||
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
|
||||
<br>
|
||||
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
|
||||
<span class="pa_sect"><?= $skin['L.main_beam']; ?></span>
|
||||
<form action="styles.php?mode=view" method="POST">
|
||||
<span class="fstandard"><b><?= $skin['L.new_skin']; ?>:</b></span> <input type="text" name="skin" maxlength="25" value="<?= $_POST['skin']; ?>">
|
||||
<input type="submit" class="fbutton" value="<?= $skin['L.install']; ?>">
|
||||
</form>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
|
||||
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
|
||||
<p align="center"><?= $skin['L.actual_skins']; ?>
|
||||
</td>
|
||||
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
@@ -1,10 +0,0 @@
|
||||
<tr>
|
||||
<td width="708" height="7" class="fitem" align="center">
|
||||
<span class="fstandard"><?= $skin['skin_name']; ?></span>
|
||||
</td>
|
||||
<td width="40" height="7" class="fitem" align="center">
|
||||
<a href="styles.php?mode=delete&id=<?= $skin['s_id']; ?>" class="fstandard">
|
||||
<font color="brown"><b><?= $skin['L.delete'];?></b></font>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user