mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- Added widgets.css
- Better widgets HTML format - Changed required attribute to udf-required
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php $this->load->view("templates/header", array("title" => "UDF")); ?>
|
||||
<?php $this->load->view("templates/header", array("title" => "UDF", "widgetsCSS" => true)); ?>
|
||||
|
||||
<body style="background-color: #eff0f1;">
|
||||
|
||||
|
||||
<?php
|
||||
if ($result != null)
|
||||
{
|
||||
@@ -47,13 +47,13 @@
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<td style="font-size: 20px; font-weight: bold;">
|
||||
Person
|
||||
</td>
|
||||
<td width="30px">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<td style="font-size: 20px; font-weight: bold;">
|
||||
Prestudent
|
||||
</td>
|
||||
</tr>
|
||||
@@ -63,7 +63,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<td class="align-top">
|
||||
<?php
|
||||
echo $this->widgetlib->UDFWidget(
|
||||
array(
|
||||
@@ -77,7 +77,7 @@
|
||||
<td width="30px">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<td class="align-top">
|
||||
<?php
|
||||
echo $this->widgetlib->UDFWidget(
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user