Skip to content

Commit fc14c9a

Browse files
author
Shaun Sephton
committed
message for no images
1 parent c04b47c commit fc14c9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ckeditor/templates/browse.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
<body>
1616
<div id="page">
1717
<div id="container">
18-
<h2>Browse for the image you want, then click 'Embed Image' to continue...</h2>
18+
{% if images %}
19+
<h2>Browse for the image you want, then click 'Embed Image' to continue...</h2>
20+
{% else %}
21+
<h2>No images found. Upload images using the 'Image Button' dialog's 'Upload' tab.</h2>
22+
{% endif %}
1923

2024
<!-- Start Advanced Gallery Html Containers -->
2125
<div id="gallery" class="content">

0 commit comments

Comments
 (0)