fixed configure tab in form
This commit is contained in:
parent
b5702f72a5
commit
b9428a5df5
@ -143,9 +143,9 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid
|
||||
//Admin Tabs
|
||||
CREATE_TAB: 'Create',
|
||||
DESIGN_TAB: 'Design',
|
||||
CONFIGURE_TAB: 'Configure',
|
||||
CONFIGURE_TAB: 'Form Settings',
|
||||
ANALYZE_TAB: 'Analyze',
|
||||
SHARE_TAB: 'Share',
|
||||
SHARE_TAB: 'Share',
|
||||
|
||||
//Field Types
|
||||
SHORT_TEXT: 'Short Text',
|
||||
|
||||
@ -143,7 +143,7 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid
|
||||
//Admin Tabs
|
||||
CREATE_TAB: 'Crear',
|
||||
DESIGN_TAB: 'Diseño',
|
||||
CONFIGURE_TAB: 'Configuración',
|
||||
CONFIGURE_TAB: 'Configuración del formulario',
|
||||
ANALYZE_TAB: 'Análisis',
|
||||
SHARE_TAB: 'Compartir',
|
||||
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
<header data-ng-include="'/static/modules/core/views/header.client.view.html'"></header>
|
||||
|
||||
<div class="container"></div>
|
||||
|
||||
<section class="admin-form container-fluid">
|
||||
|
||||
<!-- Modal Delete Dialog Template -->
|
||||
@ -124,8 +126,8 @@
|
||||
<h5>{{ 'BACKGROUND_COLOR' | translate }}</h5>
|
||||
</div>
|
||||
<div class="field-input col-sm-6">
|
||||
<input class="form-control" colorpicker="hex" type="text"
|
||||
ng-model="myform.design.colors.backgroundColor"
|
||||
<input class="form-control" colorpicker="hex" type="text"
|
||||
ng-model="myform.design.colors.backgroundColor"
|
||||
ng-pattern="/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/"
|
||||
ng-style="{ 'background-color': myform.design.colors.backgroundColor }"/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user