git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
13 lines
369 B
PHP
13 lines
369 B
PHP
<style type="text/css">
|
|
span.cf_debug {
|
|
background:#8BC0FF url(<?php echo JURI::Base().'components/com_chronocontact/css/'; ?>images/debug.png) no-repeat scroll 10px 50%;
|
|
border:1px solid #fff;
|
|
color:#000;
|
|
display:block;
|
|
margin:15px 0pt;
|
|
padding:8px 10px 8px 36px;
|
|
}
|
|
</style>
|
|
<?php
|
|
echo '<span class="cf_debug"><ol>'.$MyForm->formdebug.'</ol></span>';
|
|
?>
|