Finale Version altes Template
This commit is contained in:
parent
e2f1846f03
commit
c56c928c6f
433803
backup/leitgedanken_final_altes_Template.sql
Normal file
433803
backup/leitgedanken_final_altes_Template.sql
Normal file
File diff suppressed because one or more lines are too long
@ -42,8 +42,9 @@ if($action == ''){
|
||||
$smarty->assign('profil_name', "$row[vorname] $row[nachname]");
|
||||
$smarty->assign('profil_mail', "$row[mail]");
|
||||
|
||||
$result1 = $db->query( "SELECT wgd, bibellink, kal_bettag, kal_erntedank, querverweis, lesung, kategorie, export_header FROM profil WHERE user=\"$user_admin\"" );
|
||||
$result1 = $db->query( "SELECT prid, wgd, bibellink, kal_bettag, kal_erntedank, querverweis, lesung, kategorie, export_header FROM profil WHERE user=\"$user_admin\"" );
|
||||
$row1 = $result1->fetch_array();
|
||||
$smarty->assign('profil_prid', "$row1[prid]");
|
||||
|
||||
if($row1['wgd'] == "0"){
|
||||
$smarty->assign('profil_wgd0_chk', "checked");
|
||||
|
@ -140,7 +140,7 @@
|
||||
Es muss ein dummy reingesetzt werden ohne Button, sonst funktioniert das scrollen nicht
|
||||
wenn nur ein vor bzw ein zurück Button auf der Seite ist
|
||||
-->
|
||||
<div id=buttonbox1 style='position:absolute; top:50px; left:10px; z-index:2; '>
|
||||
<div id=buttonbox1 style='position:fixed; top:50px; left:10px; z-index:2; '>
|
||||
{/if}
|
||||
</td>
|
||||
<td width="80%" class=td2>
|
||||
@ -148,7 +148,7 @@
|
||||
</td>
|
||||
<td width="10%">
|
||||
{if $lue_inhalt_mvnext == '1'}
|
||||
<div id=buttonbox2 style='position:absolute; top:50px; right:10px; z-index:2; '>
|
||||
<div id=buttonbox2 style='position:fixed; top:50px; right:10px; z-index:2; '>
|
||||
<a target='kurshaupt' href="lue_ansicht.php?eid={$lue_inhalt_mvnext_eid}" title="{$lue_inhalt_mvnext_thema}" onMouseOver='next.src=image_next.src' onMouseOut='next.src=image_next1.src'><img src="templates/{$global_template}/images/next1.png" name='next' border="0"></a>
|
||||
{else}
|
||||
<!--
|
||||
|
Loading…
x
Reference in New Issue
Block a user