Account Maker Problem z paskiem news?w

Status
Zamknięty.

Kurama

User
Zarejestrowany
Dołączył
Sierpień 3, 2013
Posty
35
Liczba reakcji
1
mam ma?y problem zwi?zany z paskiem news?w .. macie screena:
53h0.png

Prosz? o pomoc bo nie wiem ja mo?na si? tego pozby?.. w sensie tak ?eby to by? 1 pasek a nie kilka :D
Za pomoc daje rep :)

---------- Tre?? dodana o 21:37 ----------

nikt nie wie jak to zrobi??
 
Odp: Problem z paskiem news?w

Popatrz w latestnews.php i wyszukaj sbutton.
 
Odp: Problem z paskiem news?w

i co dalej ? wyszuka?em i tak nie wiem co zrobi? ..
 
Odp: Problem z paskiem news?w

No jak to co... usu? 3 linijki z sbuttonem, a najlepiej wrzu? tu sw?j latestnews.php
 
Odp: Problem z paskiem news?w

PHP:
<?PHP
//######################## SHOW TICKERS AND NEWS #######################
$time = time();
if($action == "") {
/*
//show tickers if any in database or not blocked (tickers limit = 0)
$tickers = $SQL->query('SELECT * FROM '.$SQL->tableName('z_news_tickers').' WHERE hide_ticker != 1 ORDER BY date DESC LIMIT '.$config['site']['news_ticks_limit'].';');
$number_of_tickers = 0;
if(is_object($tickers)) {
foreach($tickers as $ticker) {
if(is_int($number_of_tickers / 2))
	$color = "Odd";
else
	$color = "Even";
$tickers_to_add .= '<div id="TickerEntry-'.$number_of_tickers.'" class="Row" onclick=\'TickerAction("TickerEntry-'.$number_of_tickers.'")\'>
  <div class="'.$color.'">
    <div class="NewsTickerIcon" style="background-image: url('.$layout_name.'/images/news/icon_'.$ticker['image_id'].'.gif);"></div>
    <div id="TickerEntry-'.$number_of_tickers.'-Button" class="NewsTickerExtend" style="background-image: url('.$layout_name.'/images/general/plus.gif);"></div>
    <div class="NewsTickerText">
      <span class="NewsTickerDate">'.date("j M Y", $ticker['date']).' -</span>
      <div id="TickerEntry-'.$number_of_tickers.'-ShortText" class="NewsTickerShortText">';
//if admin show button to delete (hide) ticker
if($group_id_of_acc_logged >= $config['site']['access_tickers']) {
$tickers_to_add .= '<a href="index.php?subtopic=latestnews&action=deleteticker&id='.$ticker['date'].'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a>';
}
$tickers_to_add .= short_text($ticker['text'], 60).'</div>
      <div id="TickerEntry-'.$number_of_tickers.'-FullText" class="NewsTickerFullText">';
//if admin show button to delete (hide) ticker
if($group_id_of_acc_logged >= $config['site']['access_tickers']) {
$tickers_to_add .= '<a href="index.php?subtopic=latestnews&action=deleteticker&id='.$ticker['date'].'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a>';
}
$tickers_to_add .= $ticker['text'].'</div>
    </div>
  </div>
</div>';
$number_of_tickers++;
}
}
*/
if(!empty($tickers_to_add)) {
//show table with tickers
$news_content .= '<div id="newsticker" class="Box">
    <div class="Corner-tl" style="background-image: url('.$layout_name.'/images/content/corner-tl.gif);"></div>
    <div class="Corner-tr" style="background-image: url('.$layout_name.'/images/content/corner-tr.gif);"></div>
    <div class="Border_1" style="background-image: url('.$layout_name.'/images/content/border-1.gif);"></div>
    <div class="BorderTitleText" style="background-image: url('.$layout_name.'/images/content/title-background-green.gif);"></div>
    <img class="Title" src="'.$layout_name.'/images/header/headline-newsticker.gif" alt="Contentbox headline">
    <div class="Border_2">
      <div class="Border_3">
        <div class="BoxContent" style="background-image: url('.$layout_name.'/images/content/scroll.gif);">';
if($group_id_of_acc_logged >= $config['site']['access_tickers'])
$news_content .= '<script type="text/javascript">
var showednewticker_state = "0";
function showNewTickerForm()
{
if(showednewticker_state == "0") {
document.getElementById("newtickerform").innerHTML = \'<form action="index.php?subtopic=latestnews&action=newticker" method="post" ><table border="0"><tr><td bgcolor="D4C0A1" align="center"><b>Wybierz ikone:</b></td><td><table border="0" bgcolor="F1E0C6"><tr><td><img src="images/news/icon_0.gif" width="20"></td><td><img src="images/news/icon_1.gif" width="20"></td><td><img src="images/news/icon_2.gif" width="20"></td><td><img src="images/news/icon_3.gif" width="20"></td><td><img src="images/news/icon_4.gif" width="20"></td></tr><tr><td><input type="radio" name="icon_id" value="0" checked="checked"></td><td><input type="radio" name="icon_id" value="1"></td><td><input type="radio" name="icon_id" value="2"></td><td><input type="radio" name="icon_id" value="3"></td><td><input type="radio" name="icon_id" value="4"></td></tr></table></td></tr><tr><td align="center" bgcolor="D4C0A1"><b>New<br>ticker<br>text:</b></td><td bgcolor="F1E0C6"><textarea name="new_ticker" rows="3" cols="45"></textarea></td></tr><tr><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></form><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="AddTicker" src="'.$layout_name.'/images/buttons/_sbutton_cancel.gif" onClick="showNewTickerForm()" alt="AddTicker" /></div></div></td></tr></table>\';
document.getElementById("jajo").innerHTML = \'\';
showednewticker_state = "1";
}
else {
document.getElementById("newtickerform").innerHTML = \'\';
document.getElementById("jajo").innerHTML = \'<div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="AddTicker" src="'.$layout_name.'/images/buttons/addticker.gif" onClick="showNewTickerForm()" alt="AddTicker" /></div></div>\';
showednewticker_state = "0";
}
}
</script><div id="newtickerform"></div><div id="jajo"><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="AddTicker" src="'.$layout_name.'/images/buttons/addticker.gif" onClick="showNewTickerForm()" alt="AddTicker" /></div></div></div><hr/>';
//add tickers list
$news_content .= $tickers_to_add;
//koniec
$news_content .= '</div>
      </div>
    </div>
    <div class="Border_1" style="background-image: url('.$layout_name.'/images/content/border-1.gif);"></div>
    <div class="CornerWrapper-b"><div class="Corner-bl" style="background-image: url('.$layout_name.'/images/content/corner-bl.gif);"></div></div>
    <div class="CornerWrapper-b"><div class="Corner-br" style="background-image: url('.$layout_name.'/images/content/corner-br.gif);"></div></div>
  </div>';
}
//show "BIG" news here
$news_DB = $SQL->query('SELECT * FROM '.$SQL->tableName('z_news_big').' WHERE hide_news != 1 ORDER BY date DESC LIMIT '.$config['site']['news_big_limit'].';');
//dla kazdego duzego newsa
if(!empty($news_DB)) {
if($group_id_of_acc_logged >= $config['site']['access_news'])
$main_content .= '<script type="text/javascript">
var showednewnews_state = "0";
function showNewNewsForm()
{
if(showednewnews_state == "0") {
document.getElementById("newnewsform").innerHTML = \'<form action="index.php?subtopic=latestnews&action=newnews" method="post" ><table border="0"><tr><td bgcolor="D4C0A1" align="center"><b>Wybierz ikone:</b></td><td><table border="0" bgcolor="F1E0C6"><tr><td><img src="images/news/icon_0.gif" width="20"></td><td><img src="images/news/icon_1.gif" width="20"></td><td><img src="images/news/icon_2.gif" width="20"></td><td><img src="images/news/icon_3.gif" width="20"></td><td><img src="images/news/icon_4.gif" width="20"></td></tr><tr><td><input type="radio" name="icon_id" value="0" checked="checked"></td><td><input type="radio" name="icon_id" value="1"></td><td><input type="radio" name="icon_id" value="2"></td><td><input type="radio" name="icon_id" value="3"></td><td><input type="radio" name="icon_id" value="4"></td></tr></table></td></tr><tr><td align="center" bgcolor="F1E0C6"><b>Temat:</b></td><td><input type="text" name="news_topic" maxlenght="50" style="width: 300px" ></td></tr><tr><td align="center" bgcolor="D4C0A1"><b>Tresc<br>newsa:</b></td><td bgcolor="F1E0C6"><textarea name="news_text" rows="6" cols="60"></textarea></td></tr><tr><td align="center" bgcolor="F1E0C6"><b>Twoj nick:</b></td><td><input type="text" name="news_name" maxlenght="40" style="width: 200px" ></td></tr><tr><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></form><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="CancelAddNews" src="'.$layout_name.'/images/buttons/_sbutton_cancel.gif" onClick="showNewNewsForm()" alt="CancelAddNews" /></div></div></td></tr></table>\';
document.getElementById("chicken").innerHTML = \'\';
showednewnews_state = "1";
}
else {
document.getElementById("newnewsform").innerHTML = \'\';
document.getElementById("chicken").innerHTML = \'<div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="AddNews" src="'.$layout_name.'/images/buttons/addnews.gif" onClick="showNewNewsForm()" alt="AddNews" /></div></div>\';
showednewnews_state = "0";
}
}
</script><div id="newnewsform"></div><div id="chicken"><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="AddNews" src="'.$layout_name.'/images/buttons/addnews.gif" onClick="showNewNewsForm()" alt="AddNews" /></div></div></div><hr/>';
foreach($news_DB as $news) {
$main_content .= '
<div class=\'NewsHeadline\'>
 <div class=\'NewsHeadlineBackground\' style=\'background-image:url('.$layout_name.'/images/news/newsheadline_background.gif)\'>
    <table border=0><tr><td><img src="'.$layout_name.'/images/news/icon_'.$news['image_id'].'.gif" class=\'NewsHeadlineIcon\'  alt=\'\' />
    </td><td><font color="'.$layout_ini['news_title_color'].'">'.date("j M Y", $news['date']).' - <b>'.stripslashes($news['topic']).'</b></font></td></tr></table>
  </div>
</div>
<table style=\'clear:both\' border=0 cellpadding=0 cellspacing=0 width=\'100%\'><tr>
<td><img src="'.$layout_name.'/images/global/general/blank.gif" width=10 height=1 border=0 alt=\'\' /></td>
<td width="100%">'.stripslashes($news['text']).'<br><h6><i>Napisany przez </i><font color="green">'.stripslashes($news['author']).'</font>';
if($group_id_of_acc_logged >= $config['site']['access_news']) {
$main_content .= ' <a href="index.php?subtopic=latestnews&action=editnews&edit_date='.$news['date'].'&edit_author='.urlencode(stripslashes($news['author'])).'"><img src="'.$layout_name.'/images/news/edit.png" border="0"></a> <a href="index.php?subtopic=latestnews&action=deletenews&id='.$news['date'].'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a>';
}
$main_content .= '</h6></td>
<td><img src="'.$layout_name.'/images/global/general/blank.gif" width=10 height=1 border=0 alt=\'\' /></td>
</tr></table>';
}
}
}
//##################### ADD NEW TICKER #####################
if($action == "newticker") {
if($group_id_of_acc_logged >= $config['site']['access_tickers']) {
$ticker_text = stripslashes(trim($_POST['new_ticker']));
$ticker_icon = (int) $_POST['icon_id'];
if(empty($ticker_text)) {
$main_content .= 'You can\'t add empty ticker.';
}
else
{
if(empty($ticker_icon)) {
$ticker_icon = 0;
}
$SQL->query('INSERT INTO '.$SQL->tableName('z_news_tickers').' (date, author, image_id, text, hide_ticker) VALUES ('.$SQL->quote($time).', '.$account_logged->getId().', '.$ticker_icon.', '.$SQL->quote($ticker_text).', 0)');
$main_content .= '<center><h2><font color="red">Added new ticker:</font></h2></center><hr/><div id="newsticker" class="Box"><div id="TickerEntry-1" class="Row" onclick=\'TickerAction("TickerEntry-1")\'>
  <div class="Odd">
    <div class="NewsTickerIcon" style="background-image: url('.$layout_name.'/images/news/icon_'.$ticker['image_id'].'.gif);"></div>
    <div id="TickerEntry-1-Button" class="NewsTickerExtend" style="background-image: url('.$layout_name.'/images/general/plus.gif);"></div>
    <div class="NewsTickerText">
      <span class="NewsTickerDate">'.date("j M Y", $time).' -</span>
      <div id="TickerEntry-1-ShortText" class="NewsTickerShortText">';
$main_content .= '<a href="index.php?subtopic=latestnews&action=deleteticker&id='.$time.'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a>';
$main_content .= short_text($ticker_text, 60).'</div>
      <div id="TickerEntry-1-FullText" class="NewsTickerFullText">';
$main_content .= '<a href="index.php?subtopic=latestnews&action=deleteticker&id='.$time.'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a>';
$main_content .= $ticker_text.'</div>
    </div>
  </div>
</div></div><hr/>';
}
}
else
{
$main_content .= 'You don\'t have admin rights. You can\'t add new ticker.';
}
$main_content .= '<form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form>';
}
//#################### DELETE (HIDE only!) TICKER ############################
if($action == "deleteticker") {
if($group_id_of_acc_logged >= $config['site']['access_tickers']) {
header("Location: index.php");
$date = (int) $_REQUEST['id'];
$SQL->query('UPDATE '.$SQL->tableName('z_news_tickers').' SET hide_ticker = 1 WHERE '.$SQL->fieldName('date').' = '.$date.';');
$main_content .= '<center>News tickets with <b>date '.date("j F Y, g:i a", $date).'</b> has been deleted.<form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form></center>';
}
else
{
$main_content .= '<center>You don\'t have admin rights. You can\'t delete tickers.<form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form></center>';
}
}
//################## ADD NEW NEWS ##################
if($action == "newnews") {
if($group_id_of_acc_logged >= $config['site']['access_news']) {
$news_text = stripslashes(trim($_POST['news_text']));
$news_icon = (int) $_POST['icon_id'];
$news_topic = stripslashes(trim($_POST['news_topic']));
$news_name = stripslashes(trim($_POST['news_name']));
if(empty($news_icon)) {
$news_icon = 0;
}
if(empty($news_topic)) {
$an_errors[] .= 'Nie mozesz dodawac Newsow bez tematu.';
}
if(empty($news_text)) {
$an_errors[] .= 'Nie mozesz dodac pustych newsow.';
}
if(empty($news_name)) {
$an_errors[] .= 'Nie mozesz dodac newsow bez autora.';
}
if(empty($an_errors)) {
$SQL->query('INSERT INTO '.$SQL->tableName('z_news_big').' (hide_news, date, author, author_id, image_id, topic, text) VALUES (0, '.$time.', '.$SQL->quote($news_name).', '.$account_logged->getId().', '.$news_icon.', '.$SQL->quote($news_topic).', '.$SQL->quote($news_text).')');
//show added data
$main_content .= '<center><h2><font color="red">Dodano Newsa:</font></h2></center><hr/><div class=\'NewsHeadline\'>
 <div class=\'NewsHeadlineBackground\' style=\'background-image:url('.$layout_name.'/images/news/newsheadline_background.gif)\'>
    <table border=0><tr><td><img src="'.$layout_name.'/images/news/icon_'.$news_icon.'.gif" class=\'NewsHeadlineIcon\'  alt=\'\' />
    </td><td><font color="'.$layout_ini['news_title_color'].'">'.date("j M Y", $time).' - <b>'.$news_topic.'</b></font></td></tr></table>
  </div>
</div>
<table style=\'clear:both\' border=0 cellpadding=0 cellspacing=0 width=\'100%\'><tr>
<td><img src="'.$layout_name.'/images/global/general/blank.gif" width=10 height=1 border=0 alt=\'\' /></td>
<td width="100%">'.$news_text.'<br><font color="green">'.$news_name.'</font> 
<a href="index.php?subtopic=latestnews&action=editnews&edit_date='.$time.'&edit_author='.urlencode($news_name).'"><img src="'.$layout_name.'/images/news/edit.png" border="0"></a> <a href="index.php?subtopic=latestnews&action=deletenews&id='.$time.'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a></h6></td>
<td><img src="'.$layout_name.'/images/global/general/blank.gif" width=10 height=1 border=0 alt=\'\' /></td>
</tr></table><br/><hr/>';
//back button
$main_content .= '<form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form>';
}
else
{
//show errors
$main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>Wystapily nastepujace bledy:</b><br/>';
foreach($an_errors as $an_error) {
	$main_content .= '<li>'.$an_error;
}
$main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>';
//okno edycji newsa z wpisanymi danymi przeslanymi wczesniej
$main_content .= '<form action="index.php?subtopic=latestnews&action=newnews" method="post" ><table border="0"><tr><td bgcolor="'.$config['site']['darkborder'].'" align="center"><b>Wybierz ikone:</b></td><td><table border="0" bgcolor="'.$config['site']['lightborder'].'"><tr><td><img src="'.$layout_name.'/images/news/icon_0.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_1.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_2.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_3.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_4.gif" width="20"></td></tr><tr><td><input type="radio" name="icon_id" value="0" checked="checked"></td><td><input type="radio" name="icon_id" value="1"></td><td><input type="radio" name="icon_id" value="2"></td><td><input type="radio" name="icon_id" value="3"></td><td><input type="radio" name="icon_id" value="4"></td></tr></table></td></tr><tr><td align="center" bgcolor="'.$config['site']['lightborder'].'"><b>Temat:</b></td><td><input type="text" name="news_topic" maxlenght="50" style="width: 300px" value="'.$news_topic.'" /></td></tr><tr><td align="center" bgcolor="'.$config['site']['darkborder'].'"><b>Tresc<br>newsa:</b></td><td bgcolor="'.$config['site']['lightborder'].'"><textarea name="news_text" rows="6" cols="60">'.$news_text.'</textarea></td></tr><tr><td align="center" bgcolor="'.$config['site']['lightborder'].'"><b>Twoj nick:</b></td><td><input type="text" name="news_name" maxlenght="40" style="width: 200px" value="'.$news_nick.'" /></td></tr><tr><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></form></td><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="CancelAddNews" src="'.$layout_name.'/images/buttons/_sbutton_cancel.gif" onClick="window.location =\'index.php?subtopic=latestnews\'" alt="CancelAddNews" /></div></div></td></tr></table>';
}
}
else
{
$main_content .= 'Nie jestes Administratorem strony. Nie mozesz dodawac newsow.';
//back button
$main_content .= '<br><form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form>';
}
}
//################## EDIT NEWS ##################
if($action == "editnews") {
if(!empty($_REQUEST['edit_date'])) {
if(!empty($_REQUEST['edit_author'])) {
if($group_id_of_acc_logged >= $config['site']['access_news']) {
$news_date = (int) $_REQUEST['edit_date'];
$news_old_name = stripslashes(trim($_REQUEST['edit_author']));
if($_POST['saveedit'] == 1) {
$news_text = stripslashes(trim($_POST['news_text']));
$news_icon = (int) $_POST['icon_id'];
$news_topic = stripslashes(trim($_POST['news_topic']));
$news_name = stripslashes(trim($_POST['news_name']));
if(empty($news_icon)) {
$news_icon = 0;
}
if(empty($news_topic)) {
$an_errors[] .= 'Nie mozesz zapisywac newsow bez tematu.';
}
if(empty($news_text)) {
$an_errors[] .= 'Nie mozesz zapisac pustego newsa.';
}
if(empty($news_name)) {
$an_errors[] .= 'Nie mozesz zapisywac newsow bez autora.';
}
if(empty($an_errors)) {
$SQL->query('UPDATE '.$SQL->tableName('z_news_big').' SET hide_news = "0", author = '.$SQL->quote($news_name).', author_id = '.$account_logged->getId().', image_id = '.$news_icon.', topic = '.$SQL->quote($news_topic).', text = '.$SQL->quote($news_text).' WHERE author = '.$SQL->quote($news_old_name).' AND date = '.$news_date.';');
//show added data
$main_content .= '<center><h2><font color="red">After edit:</font></h2></center><hr/><div class=\'NewsHeadline\'>
 <div class=\'NewsHeadlineBackground\' style=\'background-image:url('.$layout_name.'/images/news/newsheadline_background.gif)\'>
    <table border=0><tr><td><img src="'.$layout_name.'/images/news/icon_'.$news_icon.'.gif" class=\'NewsHeadlineIcon\'  alt=\'\' />
    </td><td><font color="'.$layout_ini['news_title_color'].'">'.date("j M Y", $time).' - <b>'.$news_topic.'</b></font></td></tr></table>
  </div>
</div>
<table style=\'clear:both\' border=0 cellpadding=0 cellspacing=0 width=\'100%\'><tr>
<td><img src="'.$layout_name.'/images/global/general/blank.gif" width=10 height=1 border=0 alt=\'\' /></td>
<td width="100%">'.$news_text.'<br><h6><i>Posted by </i><font color="green">'.$news_name.'</font> 
<a href="index.php?subtopic=latestnews&action=editnews&edit_date='.htmlspecialchars($news_date).'&edit_author='.htmlspecialchars($news_name).'"><img src="'.$layout_name.'/images/news/edit.png" border="0"></a> <a href="index.php?subtopic=latestnews&action=deletenews&id='.$news_date.'"><img src="'.$layout_name.'/images/news/delete.png" border="0"></a></h6></td>
<td><img src="'.$layout_name.'/images/global/general/blank.gif" width=10 height=1 border=0 alt=\'\' /></td>
</tr></table><br/><hr/>';
//back button
$main_content .= '<form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form>';
}
else
{
//show errors
$main_content .= '<div class="SmallBox" >  <div class="MessageContainer" >    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="ErrorMessage" >      <div class="BoxFrameVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="BoxFrameVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></div>      <div class="AttentionSign" style="background-image:url('.$layout_name.'/images/content/attentionsign.gif);" /></div><b>Wystapily nastepujace bledy:</b><br/>';
foreach($an_errors as $an_error) {
	$main_content .= '<li>'.$an_error;
}
$main_content .= '</div>    <div class="BoxFrameHorizontal" style="background-image:url('.$layout_name.'/images/content/box-frame-horizontal.gif);" /></div>    <div class="BoxFrameEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>    <div class="BoxFrameEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></div>  </div></div><br/>';
//okno edycji newsa z wpisanymi danymi przeslanymi wczesniej
$main_content .= '<form action="index.php?subtopic=latestnews&action=editnews" method="post" ><input type="hidden" name="saveedit" value="1"><input type="hidden" name="edit_date" value="'.$_REQUEST['edit_date'].'"><input type="hidden" name="edit_author" value="'.$_REQUEST['edit_author'].'"><table border="0"><tr><td bgcolor="'.$config['site']['darkborder'].'" align="center"><b>Wybierz ikone:</b></td><td><table border="0" bgcolor="'.$config['site']['lightborder'].'"><tr><td><img src="'.$layout_name.'/images/news/icon_0.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_1.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_2.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_3.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_4.gif" width="20"></td></tr><tr><td><input type="radio" name="icon_id" value="0" checked="checked"></td><td><input type="radio" name="icon_id" value="1"></td><td><input type="radio" name="icon_id" value="2"></td><td><input type="radio" name="icon_id" value="3"></td><td><input type="radio" name="icon_id" value="4"></td></tr></table></td></tr><tr><td align="center" bgcolor="'.$config['site']['lightborder'].'"><b>Temat:</b></td><td><input type="text" name="news_topic" maxlenght="50" style="width: 300px" value="'.$news_topic.'" /></td></tr><tr><td align="center" bgcolor="'.$config['site']['darkborder'].'"><b>Tre??<br>newsa:</b></td><td bgcolor="'.$config['site']['lightborder'].'"><textarea name="news_text" rows="6" cols="60">'.$news_text.'</textarea></td></tr><tr><td align="center" bgcolor="'.$config['site']['lightborder'].'"><b>Twoj nick:</b></td><td><input type="text" name="news_name" maxlenght="40" style="width: 200px" value="'.$news_nick.'" /></td></tr><tr><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></form></td><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="CancelAddNews" src="'.$layout_name.'/images/buttons/_sbutton_cancel.gif" onClick="window.location =\'index.php?subtopic=latestnews\'" alt="CancelAddNews" /></div></div></td></tr></table>';
}
}
else
{
//wyswietlic zaladowany z bazy news do edycji wedlug ID
$edited = $SQL->query('SELECT * FROM '.$SQL->tableName('z_news_big').' WHERE '.$SQL->fieldName('date').' = "'.$news_date.'" AND '.$SQL->fieldName('author').' = '.$SQL->quote($news_old_name).';')->fetch();
$main_content .= '<form action="index.php?subtopic=latestnews&action=editnews" method="post" ><input type="hidden" name="edit_date" value="'.$_REQUEST['edit_date'].'"><input type="hidden" name="edit_author" value="'.htmlspecialchars(stripslashes($_REQUEST['edit_author'])).'"><input type="hidden" name="saveedit" value="1"><table border="0"><tr><td bgcolor="'.$config['site']['darkborder'].'" align="center"><b>Wybierz ikone:</b></td><td><table border="0" bgcolor="'.$config['site']['lightborder'].'"><tr><td><img src="'.$layout_name.'/images/news/icon_0.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_1.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_2.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_3.gif" width="20"></td><td><img src="'.$layout_name.'/images/news/icon_4.gif" width="20"></td></tr><tr><td><input type="radio" name="icon_id" value="0" checked="checked"></td><td><input type="radio" name="icon_id" value="1"></td><td><input type="radio" name="icon_id" value="2"></td><td><input type="radio" name="icon_id" value="3"></td><td><input type="radio" name="icon_id" value="4"></td></tr></table></td></tr><tr><td align="center" bgcolor="'.$config['site']['lightborder'].'"><b>Temat:</b></td><td><input type="text" name="news_topic" maxlenght="50" style="width: 300px" value="'.htmlspecialchars(stripslashes($edited['topic'])).'"></td></tr><tr><td align="center" bgcolor="'.$config['site']['darkborder'].'"><b>Tre??<br>newsa:</b></td><td bgcolor="'.$config['site']['lightborder'].'"><textarea name="news_text" rows="6" cols="60">'.stripslashes($edited['text']).'</textarea></td></tr><tr><td align="center" bgcolor="'.$config['site']['lightborder'].'"><b>Twoj nick:</b></td><td><input type="text" name="news_name" maxlenght="40" style="width: 200px" value="'.htmlspecialchars(stripslashes($edited['author'])).'"></td></tr><tr><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></form></td><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><img class="ButtonText" id="CancelAddNews" src="'.$layout_name.'/images/buttons/_sbutton_cancel.gif" onClick="window.location = \'index.php?subtopic=latestnews\'" alt="CancelEditNews" /></div></div></td></tr></table>';
}
}
else
{
$main_content .= 'Nie jestes Administratorem strony. Nie mozesz edytowac newsow.';
//back button
$main_content .= '<br><form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form>';
}
}
}
}
//################## DELETE (hide only!) NEWS ##################
if($action == "deletenews") {
if($group_id_of_acc_logged >= $config['site']['access_news']) {
header("Location: index.php");
$date = (int) $_REQUEST['id'];
$SQL->query('UPDATE '.$SQL->tableName('z_news_big').' SET hide_news = "1" WHERE date = '.$date);
$main_content .= '<center>News z <b>date '.date("j F Y, g:i a", $date).'</b> zosta? usuni?ty.<form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form></center>';
}
else
{
$main_content .= '<center>Brak dostepu, nie mozesz usuwac newsow.<form action="index.php?subtopic=latestnews" METHOD=post><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></form></center>';
}
}
?>
i gdzie dok?adnie te linijki mam usun?? :P

---------- Tre?? dodana o 18:47 ----------

Od?wie?am :D
 
Odp: Problem z paskiem news?w

No nie wiem z latestnews u mnie dobrze pokazuje jak wklei?em to Twoje. hmm no to szukaj przyczyny w layoucie, albo czekaj a? kto? inny ci pomo?e.
 
Odp: Problem z paskiem news?w

tw?j b??d tkwi w css, pobierz program firebug, on pomaga w takich problemach
 
Ostatnia edycja:
Odp: Problem z paskiem news?w

a gdzie dok?adniej bo tym Firebugiem nie potrafi? si? obs?ugiwa? .. XD

---------- Tre?? dodana o 17:20 ----------

mo?e kto? by mi pom?g? ? XD
 
Odp: Problem z paskiem news?w

Od?wie?am

---------- Tre?? dodana o 22:07 ----------

no pls niech kto? mi pomo?e ...
~~~~REFRESH~~~~
 
Odp: Problem z paskiem news?w

je?li masz co? takiego:
style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);"
zamie? to na
style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif) no-repeat"
w odpowiednim miejscu
 
Odp: Problem z paskiem news?w

a dok?adniej to gdzie to wklei??
 
Odp: Problem z paskiem news?w

w style.css, powinien by? w folderze z layoutem strony
 
Odp: Problem z paskiem news?w

ale u mnie chyba tego nie ma .. albo ja nie widze masz tu kod:
Kod:
*{margin:0;padding:0;list-style:none; z-index:25;}
.clear{clear:both}
a{color:#fff;text-decoration:none;font-weight:700}
a:hover{color:#ddd;text-decoration:underline}
.bold{font-weight:700}
body{background:#06001a url('images/background.jpg') no-repeat center top;font-family:tahoma,arial;font-size:12px;cursor:default;}
/*#background{background:url('images/background.jpg') top center no-repeat; width: 100%; height: 900px; min-width: 1005px; z-index: -1; position: absolute; left: 0px; top: 0px}*/
#wrapper{margin:0 auto;width:1100px; position:relative;}
#navigation{border:1px solid #222;overflow:auto;background-color:#000;opacity:.80;filter:alpha(opacity=80);margin:150px auto 0 auto;width:1100px}
#navigation_menu{border:1px solid #222;overflow:auto;background-color:#000;opacity:.80;filter:alpha(opacity=80);margin:150px auto 0 auto;width:1100px; position:relative; z-index:25;}
#secondnavigation{border:1px solid #222;overflow:auto;background-color:#000;opacity:.80;filter:alpha(opacity=80);margin:150px auto 0 auto;width:997px}
#navigation li{float:left}
#navigation li a{display:block;color:#fff;padding:12px 16px;text-decoration:none}
#navigation #status{font-size:15px;color:white;float:right;margin:12px 50px 0px 0px}
.content h3{color:#fff;font-size:16px;padding-bottom:2px;margin-bottom:2px;text-decoration:underline;position:relative; z-index:25;}
#middle{width:657px;margin:12px 0 0 20px;float:left;position:relative; z-index:25;}
#middle .content p{padding:0 3px 6px 3px;position:relative; z-index:25;}
#right{width:200px;margin:12px 0 0 20px;float:left}
#right .content li a{display:block;color:#CCC;width:180px;font-size:13px;font-weight:100}
#right .content li a:hover{background-color:#111}
#right .content li a span{color:darkred;font-size:16px;font-weight:700}
#footer{float:right;padding:2px 5px 5px 5px;font-size:12px;color:#fff}
table{width:100%}
#middle .content ul{margin-left:20px}
#middle .content li{list-style:disc outside none}
.content{border:1px solid #222;margin-bottom:20px;overflow:auto;background-color:#000;opacity:.80;filter:alpha(opacity=80);color:#FFF;padding:5px;position:relative; z-index:25;}
.offline{color:red;}
.online{color:green;}

#left{width:200px;margin:12px 0 0 3px;float:left; position:relative; z-index:25;}
#left .content li a{display:block;color:#CCC;width:180px;font-size:13px;font-weight:100;position:relative; z-index:25;}
#left .content li a:hover{background-color:#111;position:relative; z-index:25;}
#left .content li a span{color:darkred;font-size:16px;font-weight:700;position:relative; z-index:25;}

#sddm {margin: 0; padding: 0; position:relative; z-index:50; border:0px solid #222;height:0px;background-color:#000;margin:150px auto 0px auto;width:1100px;}
#sddm li{list-style: none; float: left; /*display:block;  position:relative; z-index:62;*/ text-decoration:none; text-align:center; line-height:1.42em; color:#fff; padding:16px 0px 17px 0px; width:117px; text-transform:uppercase; font-size:11px;}
#sddm li a {display: block; margin: 0 1px 0 0; padding: 1px 10px; width: 60px; color: #FFF; text-align: center; text-decoration: none}
#sddm li a:hover{background:#0D0D0D;}
#sddm div {position: absolute;visibility: hidden;margin: 0; padding: 0; z-index:57; background:#090706; width:223px; margin-top:0px;}
#sddm div a {position: relative; display: block; margin: 0; padding: 5px 10px; width: auto; white-space: nowrap; text-align: left; text-decoration: none; color: #fff; font: 11px arial; }
#sddm div a:hover {background:#28201B; color: #FFF;}
#sddm div a.menupad{padding:8px 0px 8px 15px; color: #FFF}

---------- Tre?? dodana o 16:35 ----------

tak wi?c gdzie to jest ? hmm?
 
Odp: Problem z paskiem news?w

ehh w jakim sensie usu?? ja j? potrzebuje a nie ...
 
Ostatnia edycja:
Odp: Problem z paskiem news?w

Tak w og?le po co Ci to zmienia??Add news jest tylko dla administratora i nikt poza tob? nie b?dzie tego widzia?.
 
Odp: Problem z paskiem news?w

jest jeszcze jak chce si? zalogowa? to tez jest taki pasek .. wiec jak zrobi? ?eby by? 1?

---------- Tre?? dodana o 20:57 ----------

i nikt dalej nie wie jak mi pom?c ?

---------- Tre?? dodana o 14:56 ----------

daje tu kolejny css kt?ry znalaz?em w acc przez przypadek i chyba o to wam chodzi?o wiec prosz? o pomoc jak pozby? si? tego d?ugiego paska
Kod:
body, .body
{
	font-family: Calibri, Trebuchet MS, Arial, Sans-Serif;
	background-color: #FFFFFF;
	margin: 2px 0px 0px 0px;
	background: #ffffff url( 'http://cooltext.com/images/Top-Gradient.png' ) top center repeat-x;
}

a
{
	color: #1F497D;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: 0px;
}

.Borderless
{
	border: 0px;
}

form
{
	display: inline;
}

input[src]
{
	border: solid 1px #0070C0;
}

input[src]:hover
{
	border: solid 1px #000000;
}

input[type=submit]
{
	padding: 3px;
}

input[type=radio]
{
	margin-bottom: 15px;
}

td { text-align: left; } /* So IE won't inherit centering */

h1
{
	margin-top: 0px;
	text-shadow: 1px 1px 2px #999;
}

h2
{
	margin-top: 0px;
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 2px #999;
}

h3
{
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 1px #999;
}

hr
{
	background-color:#999;
	color:#999;
	height:1px;
	border:0 none;
	border: 0px;
}

#Menu
{
	background: #ffffff url(  'http://cooltext.com/images/Background-Gradient.png' ) top center repeat-x;
	font-size: 105%;
	text-align: center;
	padding-top: 8px;
	height: 30px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #333;
}

#Menu a
{
	color: #ffffff;
	padding: 7px 15px 6px 15px;
	text-decoration: none;
}

#Menu a:hover
{
	color: #000000;
	text-shadow: 1px 1px 1px #CCC;
}

#BodyArea
{
	padding-top: 10px;
	background: #ffffff url(  'http://cooltext.com/images/Background-Gradient.png' ) top center repeat-x;
	background-position: 0px -36px;
	padding-bottom: 50px;
}

#Footer
{
	background: #ffffff url(  'http://cooltext.com/images/bg.gif' ) top center repeat-x;
	font-size: 85%;
	text-align: center;
	padding-top: 10px;
	height: 26px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #333;	
}

#Footer a
{
	color: #ffffff;
	margin-left: 6px;
	margin-right: 6px;
}

.Error
{
	color: #FF0000;
	font-weight: bold;
	position: static;
}

#Sponsor
{
	padding: 0px;
	border: 0px;
	margin-top: 0;
	width: 160px;
	text-align: center;
	font-weight: bold;
}

#Sponsor div
{
	font-weight: normal;
	padding: 0px;
	border: 0px;
	width: 160px;
	text-align: center;
}

#TopAdHolder
{
	height: 112px;
}

#TopAd
{
	position: absolute;
	top: 58px;
	height: 90px;
	width: 728px;
	left: 50%; /* ie6 hack */
	margin-left: -364px;
}

.Content
{
	padding-left: 25px;
	padding-right: 25px;
}

.Setting
{
	padding: 4px 0px 4px 10px;
}

.SettingRight
{
	padding: 6px 0px 6px 7px;
}

.FormGroupBox
{
	background: #FFF;
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

h2.LogoEditHeader
{	
	margin: 10px 0px 10px 0px;
}

.LogoGallery
{
	margin-top: -10px;
}

.LogoGallery td
{
	padding: 0px 15px 5px 15px;
}

.LogoGallery a img
{
	padding: 5px;
	border: solid 1px transparent;
}

.LogoGallery a:hover img
{
	border: solid 1px #0070C0;
}

.ButtonAjaxControls
{
}

.ButtonAjaxControls td
{
    vertical-align:top
}
.ButtonAjaxControls h2
{
    margin-bottom: 5px
}
.ButtonAjaxControls h4
{
    margin-bottom: 0px;
    margin-top: 5px;     
}
.ButtonAjaxControls h5
{
    margin-bottom: 0px;
    margin-top: 0px
}
i mo?e mi to poka?cie bo ja tego nie mog? znale?? .. daje rep :D

---------- Tre?? dodana o 17:17 ----------

~~REFRESH~~
 
Odp: Problem z paskiem news?w

Na ka?dy mo?esz klikn?? czy to tylko obrazki s? dalej ?? Sprawd? mo?e akurat to obrazek jest rozci?gni?ty .
 
Status
Zamknięty.
Back
Do góry