You are here: Foswiki>Tasks Web>Item11898 (02 Dec 2012, GeorgeClark)Edit Attach

Item11898: Remove id=nonwikiword from template module

pencil
Priority: Low
Current State: Closed
Released In: n/a
Target Release: patch
Applies To: Engine
Component:
Branches: Release01x01 trunk
Reported By: ArthurClemens
Waiting For:
Last Change By: GeorgeClark
That checkbox has an id attribute, which makes it impossible to use more than once on the page. It was a stupid decision.

This is in foswiki.tmpl:
%TMPL:DEF{"nonwikiwordwarning"}%
<p class="foswikiAllowNonWikiWord">
<input type="checkbox" id="nonwikiword" name="nonwikiword" %IF{"$ 'URLPARAM{nonwikiword}'='on'" then="checked=\"checked\""}% />
<label for="nonwikiword">%MAKETEXT{"Allow non <nop>WikiWord for the new topic name"}%</label>
%TMPL:P{"nonwikiwordhelp"}%
</p>
%TMPL:END%

-- ArthurClemens - 25 May 2012

 
Topic revision: r8 - 02 Dec 2012, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy