Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6345 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6345 Rev 6348
Línea 63... Línea 63...
63
                'id' => 'status',
63
                'id' => 'status',
64
            ]
64
            ]
65
        ]);
65
        ]);
Línea 66... Línea 66...
66
 
66
 
67
        $this->add([
-
 
68
            'name' => 'formatted_address',
-
 
69
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
70
            'attributes' => [
-
 
71
                'id'    => 'formatted_address',
-
 
72
            ]
-
 
73
        ]);
-
 
74
        
-
 
75
        $this->add([
-
 
76
            'name' => 'address1',
-
 
77
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
78
            'attributes' => [
-
 
79
                'id'    => 'address1',
-
 
80
            ]
-
 
81
        ]);
-
 
82
        
-
 
83
        $this->add([
-
 
84
            'name' => 'address2',
-
 
85
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
86
            'attributes' => [
-
 
87
                'id'    => 'address2',
-
 
88
            ]
-
 
89
        ]);
-
 
90
        
-
 
91
        $this->add([
-
 
92
            'name' => 'country',
-
 
93
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
94
            'attributes' => [
-
 
95
                'id'    => 'country',
-
 
96
            ]
-
 
97
        ]);
-
 
98
        
-
 
99
        $this->add([
-
 
100
            'name' => 'state',
-
 
101
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
102
            'attributes' => [
-
 
103
                'id'    => 'state',
-
 
104
            ]
-
 
105
        ]);
-
 
106
        
-
 
107
        $this->add([
-
 
108
            'name' => 'city1',
-
 
109
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
110
            'attributes' => [
-
 
111
                'id'    => 'city1',
-
 
112
            ]
-
 
113
        ]);
-
 
114
        
-
 
115
        $this->add([
-
 
116
            'name' => 'city2',
-
 
117
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
118
            'attributes' => [
-
 
119
                'id'    => 'city2',
-
 
120
            ]
-
 
121
        ]);
-
 
122
        
-
 
123
        $this->add([
-
 
124
            'name' => 'postal_code',
-
 
125
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
126
            'attributes' => [
-
 
127
                'id'    => 'postal_code',
-
 
128
            ]
-
 
129
        ]);
-
 
130
        
-
 
131
        $this->add([
-
 
132
            'name' => 'latitude',
-
 
133
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
134
            'attributes' => [
-
 
135
                'id'    => 'latitude',
-
 
136
            ]
-
 
137
        ]);
-
 
138
        
-
 
139
        $this->add([
-
 
140
            'name' => 'longitude',
-
 
141
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
142
            'attributes' => [
-
 
143
                'id'    => 'longitude',
-
 
144
            ]
-
 
145
        ]);
-
 
146
 
-
 
147
        $this->add([
67
        $this->add([
148
            'name' => 'content',
68
            'name' => 'content',
149
            'type' => \Laminas\Form\Element\Textarea::class,
69
            'type' => \Laminas\Form\Element\Textarea::class,
150
            'attributes' => [
70
            'attributes' => [
151
                'id'    => 'content',
71
                'id'    => 'content',