add class image-link

dev_newshixunModel
hjm 5 years ago
parent 84a452abe7
commit 1070db9ca5

@ -65,8 +65,8 @@
"<label>" + imageLang.alt + "</label>" + "<label>" + imageLang.alt + "</label>" +
"<input type=\"text\" value=\"" + selection + "\" data-alt />" + "<input type=\"text\" value=\"" + selection + "\" data-alt />" +
"<br/>" + "<br/>" +
"<label>" + imageLang.link + "</label>" + "<label class=\"image-link\">" + imageLang.link + "</label>" +
"<input type=\"text\" value=\"http://\" data-link />" + "<input class=\"image-link\" type=\"text\" value=\"http://\" data-link />" +
"<br/>" + "<br/>" +
( (settings.imageUpload) ? "</form>" : "</div>"); ( (settings.imageUpload) ? "</form>" : "</div>");

Loading…
Cancel
Save