File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
vendor/assets/javascripts/bootstrap-wysihtml5 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
"<h3 class='modal-title'>" + locale . link . insert + "</h3>" +
57
57
"</div>" +
58
58
"<div class='modal-body'>" +
59
- "<input value ='http://' class='bootstrap-wysihtml5-insert-link-url form-control'>" +
59
+ "<input placeholder ='http://' class='bootstrap-wysihtml5-insert-link-url form-control'>" +
60
60
"<label class='checkbox'> <input type='checkbox' class='bootstrap-wysihtml5-insert-link-target' checked>" + locale . link . target + "</label>" +
61
61
"</div>" +
62
62
"<div class='modal-footer'>" +
81
81
"<h3 class='modal-title'>" + locale . image . insert + "</h3>" +
82
82
"</div>" +
83
83
"<div class='modal-body'>" +
84
- "<input value ='http://' class='bootstrap-wysihtml5-insert-image-url form-control'>" +
84
+ "<input placeholder ='http://link-to-your-image.png ' class='bootstrap-wysihtml5-insert-image-url form-control'>" +
85
85
"</div>" +
86
86
"<div class='modal-footer'>" +
87
87
"<a href='#' class='btn btn-default' data-dismiss='modal'>" + locale . image . cancel + "</a>" +
Original file line number Diff line number Diff line change 54
54
"<h3>" + locale . link . insert + "</h3>" +
55
55
"</div>" +
56
56
"<div class='modal-body'>" +
57
- "<input value ='http://' class='bootstrap-wysihtml5-insert-link-url input-xlarge'>" +
57
+ "<input placeholder ='http://' class='bootstrap-wysihtml5-insert-link-url input-xlarge'>" +
58
58
"<label class='checkbox'> <input type='checkbox' class='bootstrap-wysihtml5-insert-link-target' checked>" + locale . link . target + "</label>" +
59
59
"</div>" +
60
60
"<div class='modal-footer'>" +
75
75
"<h3>" + locale . image . insert + "</h3>" +
76
76
"</div>" +
77
77
"<div class='modal-body'>" +
78
- "<input value ='http://' class='bootstrap-wysihtml5-insert-image-url input-xlarge'>" +
78
+ "<input placeholder ='http://link-to-your-image.png ' class='bootstrap-wysihtml5-insert-image-url input-xlarge'>" +
79
79
"</div>" +
80
80
"<div class='modal-footer'>" +
81
81
"<a href='#' class='btn' data-dismiss='modal'>" + locale . image . cancel + "</a>" +
You can’t perform that action at this time.
0 commit comments