diff options
| author | historia <[not public]> | 2026-07-13 16:10:40 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-13 16:10:40 -0400 |
| commit | 3274b700a6f655b8ecc3505e814ac5d782ae6ffe (patch) | |
| tree | e669b47726f8cb93b75c7df85997cc8556009f20 /internal/admin/static/map.js | |
| parent | 93a412aed2b11406399504c81d6d19ed1341908a (diff) | |
| download | thehouseoficarus-3274b700a6f655b8ecc3505e814ac5d782ae6ffe.tar.gz | |
feat(admin): reminder text for color tags and item variables, improve placeholder text
Diffstat (limited to 'internal/admin/static/map.js')
| -rw-r--r-- | internal/admin/static/map.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/admin/static/map.js b/internal/admin/static/map.js index 6d56097..390043e 100644 --- a/internal/admin/static/map.js +++ b/internal/admin/static/map.js @@ -1260,8 +1260,8 @@ function courseShowNew() { menu.style.cssText = 'position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:520px;max-width:90vw;max-height:85vh;overflow-y:auto;overflow-x:hidden;padding:14px;z-index:201'; var h = '<h3 style="margin-bottom:8px;font-size:13px">New Course (room #' + roomID + ' = step 1)</h3>'; - h += '<div class="form-group"><label>Course ID (filename)</label><input id="newCourseID" placeholder="e.g. vent_shaft" ></div>'; - h += '<div class="form-group"><label>Course Name</label><input id="newCourseName" placeholder="e.g. Ventilation Shaft Course"></div>'; + h += '<div class="form-group"><label>Course ID (filename)</label><input id="newCourseID" placeholder="vent_shaft" ></div>'; + h += '<div class="form-group"><label>Course Name</label><input id="newCourseName" placeholder="Ventilation Shaft Course"></div>'; h += '<div class="form-group"><label>Required Level</label><input id="newCourseReqLevel" type="number" value="1"></div>'; h += '<div class="form-group"><label>Start Room</label><input id="newCourseStartRoom" type="number" value="' + roomID + '"></div>'; h += '<div class="form-group"><label>Completion XP</label><input id="newCourseCompletionXP" type="number" value="0"></div>'; @@ -3382,7 +3382,7 @@ function renderTriggerListHTML(arr, secId, secPath, allowItem) { interactionStyle: true, itemIDAllowed: allowItem, label: 'Trigger', - fields: [['item_id', 'Item ID', 'search', 'e.g. keycard', '', null, 'items']] + fields: [['item_id', 'Item ID', 'search', 'keycard', '', null, 'items']] }; var ctx = { sec: sec, |
