Skip to content

Commit

Permalink
Merge pull request #26 from enterprisemediawiki/form-fix
Browse files Browse the repository at this point in the history
change autocomplete to tokens in form
  • Loading branch information
jamesmontalvo3 authored Sep 5, 2018
2 parents c8f7dbf + 0dbdfcf commit 1955464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ImportFiles/Form/Meeting Minutes.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Main Form Definition
-->
<div class="meeting-minutes-save-often">
<h3>Remember...</h3>
'''[[FOD:Save Often|Save often or use a text editor]]'''. Revisions are free.
'''[[FOD:Save Often|Save often or use a text editor]]'''. Revisions are free.

{{Button|TITLE=Watch the Tutorial|LINK=https://fod2.jsc.nasa.gov/wiki/wikis/eva/images/1/1f/Meeting_Minutes_Tutorial.swf}}
</div>
Expand Down Expand Up @@ -46,7 +46,7 @@ Main Form Definition
</div>

<h2>Meeting Files</h2>
{{{field|Meeting files|holds template}}}<!--
{{{field|Meeting files|holds template}}}<!--
Expand Down Expand Up @@ -82,7 +82,7 @@ Main Form Definition
-->{{{for template|Topic from meeting|multiple|embed in field=Meeting minutes[Topics]|add button text=Add Topic}}}<div class="instance-wrapper">
{{{field|Has topic title|class=full-width no-links-allowed title-input-field|placeholder=Topic Title}}}

{{{field|Related article|input type=text with autocomplete|list|values from namespace=Main|class=full-width no-links-allowed|placeholder=Related articles or SME Teams}}}
{{{field|Related article|input type=tokens|values from namespace=Main|class=full-width no-links-allowed|placeholder=Related articles or SME Teams}}}

{{{field|Full text|input type=textarea|autogrow|class=full-width shrink-on-blur emphasize meeting-topic-full-text|cols=75}}}
</div>{{{end template}}}<!--
Expand Down Expand Up @@ -139,4 +139,4 @@ Local files must be uploaded first. See [[Help:Meeting Minutes|the help page]] f
{{{standard input|minor edit}}} {{{standard input|watch}}}

{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
</includeonly>
</includeonly>
6 changes: 3 additions & 3 deletions ImportFiles/Form/Meeting.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is the meeting form, not to be confused with the Meeting Minutes form. This
{{{for template|Meeting}}}
<div style="background-color: #ffffff; padding:15px; border:5px solid #f2f2f2;">
<p style="padding:5px; border-left: 10px solid #33ccff; background-color: #e6f9ff;"><font size="5">'''Infobox'''</font></p>
''Data entered into this section of the form will appear in the page's infobox. All of this data can be queried to other pages.''
''Data entered into this section of the form will appear in the page's infobox. All of this data can be queried to other pages.''
{| class="formtable"
! Meeting Title:
| {{{field|Meeting title|mandatory|input type=text}}}
Expand All @@ -38,7 +38,7 @@ This is the meeting form, not to be confused with the Meeting Minutes form. This
| {{{field|Call-in password|input type=text}}}
|-
! Standard group representative(s):
| {{{field|Standard group representative(s)|input type=textarea with autocomplete|values from category=Person}}}
| {{{field|Standard group representative(s)|input type=tokens|values from category=Person}}}
|-
! Managed by:
| {{{field|Managed by cadre(s)|input type=text}}}
Expand Down Expand Up @@ -72,4 +72,4 @@ This is the meeting form, not to be confused with the Meeting Minutes form. This
{{{standard input|minor edit}}} {{{standard input|watch}}}

{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
</includeonly>
</includeonly>

0 comments on commit 1955464

Please sign in to comment.