diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
| commit | f4ddfff03ca9f25d50f39a1971877362d85eb9cb (patch) | |
| tree | 31e6774fd4cf2b579a9622277be150417a2fa48e /public | |
| parent | 02a4ea750428aa1a9c9e7f2680553c0ce4ef1fec (diff) | |
Move the pending address from the node onto the draft
Diffstat (limited to 'public')
| -rw-r--r-- | public/javascripts/admin_search.js | 2 | ||||
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/javascripts/admin_search.js b/public/javascripts/admin_search.js index 37b696e4..852f5339 100644 --- a/public/javascripts/admin_search.js +++ b/public/javascripts/admin_search.js | |||
| @@ -257,7 +257,7 @@ move_to_search = { | |||
| 257 | showRestricted: true, | 257 | showRestricted: true, |
| 258 | onSelect: function(node) { | 258 | onSelect: function(node) { |
| 259 | $("#move_to_search_term").val(node.title); | 259 | $("#move_to_search_term").val(node.title); |
| 260 | $("#node_staged_parent_id").val(node.node_id); | 260 | $("#page_parent_node_id").val(node.node_id); |
| 261 | } | 261 | } |
| 262 | }); | 262 | }); |
| 263 | } | 263 | } |
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 08a19a79..889a5729 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1566,7 +1566,7 @@ form.button_to button[type="submit"] { | |||
| 1566 | } | 1566 | } |
| 1567 | 1567 | ||
| 1568 | input[type=text]#tag_list, | 1568 | input[type=text]#tag_list, |
| 1569 | input[type=text]#node_staged_slug, | 1569 | input[type=text]#page_slug, |
| 1570 | input#move_to_search_term { | 1570 | input#move_to_search_term { |
| 1571 | padding: 5px; | 1571 | padding: 5px; |
| 1572 | } | 1572 | } |
| @@ -1644,7 +1644,7 @@ input[type=text]#page_title { | |||
| 1644 | } | 1644 | } |
| 1645 | 1645 | ||
| 1646 | input#tag_list, | 1646 | input#tag_list, |
| 1647 | input#node_staged_slug, | 1647 | input#page_slug, |
| 1648 | input#move_to_search_term { | 1648 | input#move_to_search_term { |
| 1649 | box-sizing: border-box; | 1649 | box-sizing: border-box; |
| 1650 | width: 100%; | 1650 | width: 100%; |
