Skip to content

Commit

Permalink
backoffice UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertlaposa committed Jul 14, 2023
1 parent 5f1449c commit aa40f27
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions templates/bo/node/content/default_bottom.html
Expand Up @@ -18,8 +18,7 @@

<fieldset class="advanced">
{FILE "bo/node/item_head.html"}
{FILE "bo/node/item_position.html"}
</fieldset>

{FILE "bo/node/item_publish.html"}

{FILE "bo/node/form_close.html"}
1 change: 0 additions & 1 deletion templates/bo/node/content/default_top.html
Expand Up @@ -5,7 +5,6 @@
<fieldset>
{FILE "bo/node/item_title.html"}
{FILE "bo/node/item_display_title.html"}
{FILE "bo/node/item_position.html"}
</fieldset>
</div>
<div class="layout-column-two of-two">
Expand Down
2 changes: 1 addition & 1 deletion templates/bo/node/default.html
@@ -1,7 +1,7 @@
<!-- BEGIN: content -->
<div class="page-header">
<div class="page-header-wrapper">
<h1 class="page-title popup"><span>Component</span> <span class="info">ID {NODE.id}</span></h1>
<h1 class="page-title popup"><span>{NODE.node_controller|htmlspecialchars|ucfirst}</span> <span class="info" title="{NODE.node_group|htmlspecialchars}/{NODE.node_controller|htmlspecialchars}">ID {NODE.id}</span></h1>
</div>
</div>
{FILE "bo/node/form_open.html"}
Expand Down
2 changes: 1 addition & 1 deletion templates/bo/node/item_position.html
@@ -1,4 +1,4 @@
<div>
<div class="row">
<label for="node-priority">Priority:</label>
<input class="short" type="text" name="node[priority]" id="node-priority" value="{NODE.priority}" />
<label for="node-parent-container">Parent Container:</label>
Expand Down

0 comments on commit aa40f27

Please sign in to comment.