*** empty log message ***

This commit is contained in:
sebastian 2005-02-08 11:22:08 +00:00
parent b479e82348
commit b788e6a9c9
4 changed files with 16 additions and 16 deletions

View File

@ -2,6 +2,7 @@
<style type="text/css"> <style type="text/css">
.dynformelement { .dynformelement {
width : 270px; width : 270px;
text-align : right;
} }
</style> </style>
{/literal} {/literal}

View File

@ -4,7 +4,7 @@
{literal} {literal}
<style type="text/css"> <style type="text/css">
.dynformelement { .dynformelement {
width : 470px; width : 800px;
} }
</style> </style>
{/literal} {/literal}

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- $Id: smarty-static.tpl,v 1.1 2005/02/03 16:55:35 sebastian Exp $ --> <!-- $Id: smarty-static.tpl,v 1.2 2005/02/08 11:22:08 sebastian Exp $ -->
<html> <html>
<head> <head>
<title>Smarty template for ArraySmarty renderer: 2 column layout example</title> <title>Smarty template for ArraySmarty renderer: 2 column layout example</title>

View File

@ -6,13 +6,13 @@
#masterpanel { #masterpanel {
text-align: center; text-align: center;
background-color : ThreedLightShadow; background-color : ThreedLightShadow;
height: 610px; height: 800px;
font-family : monospace; font-family : monospace;
} }
#statusbar { #statusbar {
text-align: center; text-align: center;
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
height : 70px; height : 70px;
@ -35,7 +35,7 @@
#tree { #tree {
text-align : left; text-align : left;
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 20px; margin-top: 20px;
@ -43,7 +43,7 @@
#menu_top { #menu_top {
text-align: center; text-align: center;
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
@ -51,14 +51,14 @@
#path { #path {
text-align: center; text-align: center;
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
} }
#objects { #objects {
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
@ -66,28 +66,28 @@
#permissions { #permissions {
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
} }
#subjects { #subjects {
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
} }
#newfileform { #newfileform {
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
} }
#searchform { #searchform {
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
@ -112,14 +112,14 @@
} }
#filedata { #filedata {
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
} }
#mdataform {; #mdataform {;
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;
@ -127,11 +127,10 @@
.dynformelement { .dynformelement {
padding-bottom : 6px; padding-bottom : 6px;
text-align : right;
} }
#systemPrefs { #systemPrefs {
width: 610px; width: 800px;
border-style : dotted; border-style : dotted;
padding : 5px; padding : 5px;
margin-top: 10px; margin-top: 10px;