Author
|
Message
|
Mark Overduin
|
Wednesday 09 July 2003 4:24:58 am
Can you please repeat that? I don't really understand what you're saying...
|
Selmah Maxim
|
Wednesday 09 July 2003 5:01:06 am
if check the tmp code you will find this :
<form ... >
.
....
.
<form ... >
.
.
.
</form>
.
.
.
. the remove button is here ! </form> as you the form is closed befor so in this case just 1 form in the template, and the remove btn is out of it !
|
Paul Borgermans
|
Wednesday 09 July 2003 5:38:27 am
See http://ez.no/developer/ez_publish_3/contributions/user_remove_bugs_better_templates_2 for more fixes: also user.tpl is wrong. The double <a href ..> is removed as well from user_group.tpl. --paul
eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans
|
Paul Forsyth
|
Wednesday 09 July 2003 6:14:37 am
there seems to be a fix in svn. how does this compare with the contributed code? paul
|
Jerry Jalava
|
Wednesday 09 July 2003 6:31:27 am
Thanks for the fix... I was having this problem long time ago also, and I was thinking it might have been that other </form> tag, but never tested it... :)
I have one question related to [users]: Why I cannot see the right "Create here" content? When I try to add new user or user_group I can only see media class in the dropdown menu... And another thing is, that I cannot edit any user group or users or folders... I get a page where is only "Publish" and "Discard" buttons... What might be the problem...
Regards, Jerry
|
Paul Borgermans
|
Wednesday 09 July 2003 6:38:09 am
Paul, I brought the template fix in line with the svn version (first I added more intermediate <form></form>, in svn they were removed. I made some more little fixes too. regards --paul
eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans
|
Mark Overduin
|
Wednesday 09 July 2003 6:52:28 am
Paul, your link seems broken... Could you give me/us the correct URL?
|
Paul Forsyth
|
Wednesday 09 July 2003 6:59:57 am
apologies for appearing confused here ;) are you saying that the svn version doesn't have the fixes required or simply that you prefer your tweaks over what ez have done? i would prefer using the svn version as i dont want to add to the list of patches i need to add to the system ;) paul
|
Paul Forsyth
|
Wednesday 09 July 2003 7:02:54 am
apologies for appearing confused ;) are you saying the fix in svn doesn't fix all that is wrong with this problem? or have you added more to the file? i would prefer to use the svn version as i dont wish to add to the patches i already have. paul
|
Jerry Jalava
|
Wednesday 09 July 2003 7:03:46 am
Hi, I got the problem that showed the "media" class group in my user tab fixed. The reason was wrong userClassGroupID in override.ini -file... But still I cannot edit users/groups/folders... :( And the fix that Paul sended can be founded in contributions... Just surf to there from the left menu... ;)
Thanks, Jerry
|
Paul Borgermans
|
Wednesday 09 July 2003 7:26:09 am
It was the url that I got, but noticed the problem too. Some other things are a bit shaky on ez.no now, caching problems? I do not mean that you should use my patch (and strictly you don't need it for user_group.tpl anymore if you have the svn version). But user.tpl is still not fixed yet... regards --paul
eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans
|