</td>
      <td>
        <input type="text" id="new_view_name" />
      </td>
    </tr>
    <?php 
if ($this->_tpl_vars['num_views'] > 0) {
    ?>
      <tr>
        <td><?php 
    echo $this->_tpl_vars['LANG']['phrase_base_view_on'];
    ?>
</td>
        <td>
          <?php 
    echo smarty_function_views_dropdown(array('name_id' => 'create_view_from_view_id', 'show_empty_label' => false, 'form_id' => $this->_tpl_vars['form_id'], 'create_view_dropdown' => true), $this);
    ?>

        </td>
      </tr>
    <?php 
}
?>
    </table>
  </div>

  <!-- for the add group functionality -->
  <input type="hidden" class="sortable__new_group_name" value="<?php 
echo $this->_tpl_vars['LANG']['phrase_view_group'];
?>
" />
?>
"><img src="<?php 
echo $this->_tpl_vars['images_url'];
?>
/admin_view.png" border="0" alt="<?php 
echo $this->_tpl_vars['LANG']['phrase_edit_form'];
?>
"
            title="<?php 
echo $this->_tpl_vars['LANG']['phrase_edit_form'];
?>
" width="48" height="23" /></a>
        </div>
        <div class="views_dropdown">
        <?php 
echo smarty_function_views_dropdown(array('form_id' => $this->_tpl_vars['form_id'], 'submission_id' => $this->_tpl_vars['submission_id'], 'selected' => $this->_tpl_vars['view_id'], 'omit_hidden_views' => true, 'onchange' => "window.location='" . $this->_tpl_vars['same_page'] . "?form_id=" . $this->_tpl_vars['form_id'] . "&submission_id=" . $this->_tpl_vars['submission_id'] . "&view_id=' + this.value", 'open_html' => '<div class="views_dropdown">', 'close_html' => '</div>', 'hide_single_view' => true), $this);
?>

      </div>
      </td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" class="pad_top_large pad_bottom_large">
    <tr>
      <td width="80" class="nowrap"><?php 
echo $this->_tpl_vars['previous_link_html'];
?>
</td>
      <td width="150" class="nowrap"><?php 
echo $this->_tpl_vars['search_results_link_html'];
                          </select>
                        </td>
                      </tr>
                      </table>
                    </div>

                  </td>
                </tr>
                <tr>
                  <td valign="top"><?php 
echo $this->_tpl_vars['LANG']['phrase_limit_email_content'];
?>
</td>
                  <td>
                    <?php 
echo smarty_function_views_dropdown(array('name_id' => 'limit_email_content_to_fields_in_view', 'form_id' => $this->_tpl_vars['form_id'], 'show_empty_label' => true, 'selected' => $this->_tpl_vars['template_info']['limit_email_content_to_fields_in_view']), $this);
?>

                    <div class="medium_grey">
                      <?php 
echo $this->_tpl_vars['LANG']['text_limit_email_content_desc'];
?>

                    </div>
                  </td>
                </tr>
                </table>

                <?php 
echo smarty_function_template_hook(array('location' => 'edit_template_tab1_advanced'), $this);
?>