Hello XWiki experts,
in my saga to upgrade curriki to xwiki 3.5, I seem to meet a rather functioning xwiki
(though see my other mail about a missing component).
http://hoplahup.homeip.net/xwiki/bin/admin/XWiki/XWikiPreferences?editor=gl…
A hard edge is, however that I cannot administer because the source does neither contain
the values nor the form elements.
Here's the email section of my xwiki-admin with the skin toucan.
I am a bit lost how to debug this, it sounds to be related to document.display that would
fail. But how to debug that?
The object and wiki editors sound to work.
thanks in advance
paul
<form id="email" method="post"
action="/xwiki/bin/saveandcontinue/XWiki/XWikiPreferences"
onsubmit="cancelCancelEdit()" class="xform half">
<fieldset class="sender">
<legend>Default sender email address</legend>
<dl>
<dt>
<label class="admin_email">Admin email
</label>
</dt>
</dl>
</fieldset>
<fieldset class="smtp">
<legend>SMTP</legend>
<dl>
<dt>
<label class="smtp_server">Server
</label>
</dt>
<dt>
<label class="smtp_port">Port
</label>
</dt>
<dt>
<label class="smtp_server_username">SMTP Server Username (optional)
</label>
</dt>
<dt>
<label class="smtp_server_password">SMTP Server Password (optional)
</label>
</dt>
<dt>
<label class="javamail_extra_props">Additional JavaMail properties
</label>
</dt>
</dl>
</fieldset>
<div class="hidden">
<input type="hidden" name="form_token" value="asdasdsd"
/>
<input type="hidden" name="xcontinue"
value="/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&section=Email&space=XWiki"
/>
<input type="hidden" name="xredirect"
value="/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&section=Email&space=XWiki"
/>
<input type="hidden" name="classname"
value="XWiki.XWikiPreferences" />
</div>
<div class="bottombuttons">
<p class="admin-buttons">
<span class="buttonwrapper"><input class="button"
type="submit" name="formactionsac" value="Save"
/></span>
</p>
</div> </form>