sou пре 7 година
родитељ
комит
a4788be4be
2 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 1
      lib/views/modal/create_page.html
  2. 0 2
      lib/views/modal/create_template.html

+ 1 - 1
lib/views/modal/create_page.html

@@ -59,7 +59,7 @@
                   <a id="link-to-template" href="{{ page.path || path }}">
                     <button class="fcbtn btn btn-outline btn-rounded btn-primary btn-1b">
                       <i class="icon-fw icon-doc"></i>
-                      <span id="template-button">{{ t('Create') }}</span>
+                      <span id="template-button">{{ t('Create') }}/{{ t('Edit') }}</span>
                     </button>
                   </a>
               </div>

+ 0 - 2
lib/views/modal/create_template.html

@@ -20,7 +20,6 @@
                 <div class="panel-footer text-center">
                   <a href="{% if page.path.endsWith('/') %}{{ page.path }}{% else %}{{ page.path}}/{% endif %}_template#edit-form"
                       class="btn btn-sm btn-primary" id="template-button-children">
-
                   </a>
                 </div>
               </div>
@@ -35,7 +34,6 @@
                 <div class="panel-footer text-center">
                   <a href="{% if page.path.endsWith('/') %}{{ page.path }}{% else %}{{ page.path}}/{% endif %}__template#edit-form"
                       class="btn btn-sm btn-primary" id="template-button-decendants">
-
                   </a>
                 </div>
               </div>