|
@@ 706-708 (lines=3) @@
|
| 703 |
|
} |
| 704 |
|
|
| 705 |
|
// text input type |
| 706 |
|
if ('text' === $row['type']) { |
| 707 |
|
$return .= "<tr class='{$row['type']}'><td class='tipsy-tooltip' title=\"{$row['helptext']}\">{$row['label']}</td><td><input class='option {$row['class']} {$id}' type='text' name='settings[{$id}]' value='{$row['value']}' ></td></tr>"; |
| 708 |
|
} |
| 709 |
|
|
| 710 |
|
// text input type |
| 711 |
|
if ('title' === $row['type']) { |
|
@@ 711-713 (lines=3) @@
|
| 708 |
|
} |
| 709 |
|
|
| 710 |
|
// text input type |
| 711 |
|
if ('title' === $row['type']) { |
| 712 |
|
$return .= "<tr class='{$row['type']}'><td class='tipsy-tooltip' title=\"{$row['helptext']}\">{$row['label']}</td><td><input class='option {$row['class']} {$id}' type='text' name='{$id}' value='{$row['value']}' ></td></tr>"; |
| 713 |
|
} |
| 714 |
|
} |
| 715 |
|
|
| 716 |
|
return $return; |