[TYPO3-english] Powermail error div positioning

2011-11-04 Thread
Hi everyone,

I’m trying to give the powermail .error div a better positioning. I found this 
snippet (see below) and put it to the end of my Typoscript Setup but 
unfortunately it has no effect whatsoever on my page. Anyone else with a 
solution?

I'm using Powermail 1.6.4, T3jQuery 2.0.5 and TYPO3 4.5.7

Thank you
Jan

---

lib.powermailjs.10 {
  value = position: 'center right', offset: [0,0], message: 'div/div'
}

[userFunc = user_powermailOnCurrentPage]  [userFunc = 
user_powermailCheckT3jquery(false)]
  page.jsFooterInline.10  lib.powermailjs
[end]

[userFunc = user_powermailOnCurrentPage]  [userFunc = 
user_powermailCheckT3jquery(true)]
  page.31320.40.jsdata.cObject  lib.powermailjs
[end]​




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Powermail error div positioning

2011-11-04 Thread
Hey,
Found it myself -.-

plugin.powermail.template.frontendJsTemplatePath = ...

Powermail 1.6.4 introduced a js template. Didn't see that before. This allows 
to edit the offset (around line 140). Still this is not ideal, in IE (9) its 
about 15px lower than in Firefox, so a good positioning is not possible. Shame 
...

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english