Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
more space for page_funnel_uri
Browse files Browse the repository at this point in the history
textarea instead of text input
  • Loading branch information
patkon committed Jan 10, 2018
1 parent 0546133 commit 13031de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acp/core/pages.edit_form.php
Expand Up @@ -151,7 +151,7 @@
echo '</div>';

/* funnel URI */
echo tpl_form_control_group('',$lang['f_page_funnel_uri'],"<input class='form-control' type='text' name='page_funnel_uri' value='$page_funnel_uri'>");
echo tpl_form_control_group('',$lang['f_page_funnel_uri'],'<textarea class="form-control" name="page_funnel_uri">'.$page_funnel_uri.'</textarea>');

$select_page_redirect_code = '<select name="page_redirect_code" class="form-control">';
if($page_redirect_code == '') {
Expand Down

0 comments on commit 13031de

Please sign in to comment.