diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php index d1e0bf08..20bdfca1 100644 --- a/bl-kernel/admin/views/edit-content.php +++ b/bl-kernel/admin/views/edit-content.php @@ -89,6 +89,9 @@ echo Bootstrap::formOpen(array( @@ -284,6 +287,27 @@ echo Bootstrap::formOpen(array( }); + + customFields()!="{}"): ?> + + + @@ -260,6 +263,24 @@ echo Bootstrap::formOpen(array( }); + customFields()!="{}"): ?> + + @@ -433,6 +434,15 @@ 'placeholder'=>'', 'tip'=>'' )); + + echo Bootstrap::formInputText(array( + 'name'=>'dribbble', + 'label'=>'Dribbble', + 'value'=>$site->dribbble(), + 'class'=>'', + 'placeholder'=>'', + 'tip'=>'' + )); ?> @@ -515,6 +525,23 @@ ?> + +
+ $L->g('Custom fields'))); + + echo Bootstrap::formTextarea(array( + 'name'=>'customFields', + 'label'=>$L->g('Custom'), + 'value'=>$site->customFields(), + 'class'=>'', + 'placeholder'=>'', + 'tip'=>'', + 'rows'=>15 + )); + ?> +
+