mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
* Update type.tid * Update base.tid
This commit is contained in:
parent
bbdd12cffd
commit
17e2b208e8
@ -3,8 +3,9 @@ tags: $:/tags/EditTemplate
|
||||
|
||||
\define lingo-base() $:/language/EditTemplate/
|
||||
\whitespace trim
|
||||
<div class="tc-edit-type-selector-wrapper">
|
||||
<em class="tc-edit"><<lingo Type/Prompt>></em>
|
||||
<div class="tc-type-selector-wrapper">
|
||||
<div class="tc-type-selector-dropdown-wrapper">
|
||||
<div class="tc-type-selector"><$fieldmangler>
|
||||
<$edit-text field="type" tag="input" default="" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<<qualify "$:/state/popup/type-dropdown">> class="tc-edit-typeeditor tc-edit-texteditor tc-popup-handle" tabindex={{$:/config/EditTabIndex}} focus={{{ [{$:/config/AutoFocus}match[type]then[true]] ~[[false]] }}} cancelPopups="yes"/> <$button popup=<<qualify "$:/state/popup/type-dropdown">> class="tc-btn-invisible tc-btn-dropdown" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> <$button message="tm-remove-field" param="type" class="tc-btn-invisible tc-btn-icon" tooltip={{$:/language/EditTemplate/Type/Delete/Hint}} aria-label={{$:/language/EditTemplate/Type/Delete/Caption}}>{{$:/core/images/delete-button}}</$button>
|
||||
</$fieldmangler></div>
|
||||
@ -27,3 +28,4 @@ tags: $:/tags/EditTemplate
|
||||
</$set>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1323,7 +1323,7 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.tc-type-selector-wrapper {
|
||||
.tc-type-selector-dropdown-wrapper {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user