[TYPO3-core] RFC: #undefined: Popup-functionality for Pages dokType=Shortcut
Rupert Germann
rupi at gmx.li
Sun Jun 21 12:22:27 CEST 2009
hi Steffen,
still not completely working.
that's what I tested:
> 400x200 => will open the page in popup with 400x200
works
> 120 300x50 => will open the page with type 120 using popup 300x50
works
> 118 => will open page with type 118
doesn't work
it adds target="118" to the link
> 200 _blank => will open page with type 118, target="_blank"
works
> any_other => same as before (target="any_other")
works
seems to be that an additionally is_int() check for distinguishing single
type values from single targets would solve this.
But considering usability I don't like the fact that one has to set the
shortcut target page in tab "shortcut" and then configure additional params
for this link in tab "general" - not really what I'd call
logical/self-explaining.
I see 2 possibilities:
a) move the target field to the shortcut tab (for pagetype shortcut)
b) drop the shortcut tab and move the fields to the "general" tab
I'd opt for b) because I always thought that introducing a new tab for just
2 fields is overkill and it doesn't make live easier for BE users - It just
forces them to do an additional click.
greets
rupert
More information about the TYPO3-team-core
mailing list