AlkantarClanX12
| Current Path : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/ |
| Current File : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/comment-form.tpl.php |
<?php $form['author']['name']['#attributes']['class'][] = 'form-control'; $form['author']['name']['#attributes']['placeholder'][] = 'NAME *'; $form['author']['mail']['#access'] = TRUE; $form['author']['mail']['#attributes']['class'][] = 'form-control'; $form['author']['mail']['#attributes']['placeholder'][] = 'EMAIL'; $form['author']['mail']['#description'] = FALSE; $form['author']['name']['#title'] = FALSE; $form['author']['mail']['#title'] = FALSE; $form['author']['comment_body']['#title'] = FALSE; $form['comment_body']['und'][0]['value']['#attributes']['class'][] = 'form-control'; $form['comment_body']['und'][0]['value']['#attributes']['placeholder'][] = 'MESSAGE *'; $form['comment_body']['und'][0]['value']['#rows'] = 3; $form['actions']['submit']['#value'] = 'SEND MESSAGE'; $form['actions']['submit']['#attributes']['class'][] = 'button medium gray'; $form['actions']['preview']['#access'] = FALSE; $form['subject']['#access'] = FALSE; $form['comment_body']['#required'] = TRUE; $form['comment_body']['und'][0]['#title'] = FALSE; ?> <div class="row"> <div> <div class="col-md-6 mb-30"> <?php print drupal_render($form['author']['name']); ?> </div> <div class="col-md-6 mb-30"> <?php print drupal_render($form['author']['mail']); ?> </div> </div> </div> <div class="row"> <div > <div class="col-md-12 mb-40"> <?php print drupal_render($form['comment_body']) ;?> </div> </div> </div> <div class="row"> <div class="col-md-12"> <?php print drupal_render($form['actions']['submit']); ?> </div> </div> <?php print drupal_render_children($form); ?>