Dotclear


Ignore:
Timestamp:
03/02/18 15:55:06 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use specialized input fields (color, email, url, number, …) where is relevant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/popup_link.php

    r3701 r3725  
    3131'<form id="link-insert-form" action="#" method="get">' . 
    3232'<p><label class="required" for="href"><abbr title="' . __('Required field') . '">*</abbr> ' . __('Link URL:') . '</label> ' . 
    33 form::field('href', 35, 512, html::escapeHTML($href), '', '', false, 'required placeholder="' . __('URL') . '"') . '</p>' . 
     33form::field('href', 35, 512, array( 
     34    'default' => html::escapeHTML($href), 
     35    'extra_html' => 'required placeholder="' . __('URL') . '"' 
     36)) . 
     37'</p>' . 
    3438'<p><label for="title">' . __('Link title:') . '</label> ' . 
    3539form::field('title', 35, 512, html::escapeHTML($title)) . '</p>' . 
Note: See TracChangeset for help on using the changeset viewer.

Sites map