We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04b47c commit fc14c9aCopy full SHA for fc14c9a
ckeditor/templates/browse.html
@@ -15,7 +15,11 @@
15
<body>
16
<div id="page">
17
<div id="container">
18
- <h2>Browse for the image you want, then click 'Embed Image' to continue...</h2>
+ {% 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 %}
23
24
<!-- Start Advanced Gallery Html Containers -->
25
<div id="gallery" class="content">
0 commit comments