mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 15:35:25 +02:00
fix: fix label name in the edit mode
This commit is contained in:
parent
c0edb25eba
commit
14960f4f64
1 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,11 @@
|
|||
{% set currentPageId = page._id %}
|
||||
{% endif %}
|
||||
<div class="select-wrapper">
|
||||
<label for="parent">New Page at the</label>
|
||||
{% if parentsChildrenOrdered is not empty %}
|
||||
<label for="parent">Parent Page</label>
|
||||
{% else %}
|
||||
<label for="parent">New Page at the</label>
|
||||
{% endif %}
|
||||
<select id="parent" name="parent">
|
||||
<option value="0">Root</option>
|
||||
{% for _page in pagesAvailable %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue