On Tue, Mar 9, 2010 at 6:47 AM, Markus <[email protected]> wrote:
> Hi,
>
> 1) Inline display of $$actions is broken. The CSS is:
>
> .actions ul li {
> display:inline;
> }
>
> HTML contains <br />'s:
>
> <div id="wrapper">
>  <div id="top">
>    <div id="top0"><p><div  class='actions' ><br /><br />
> <ul><li><a href="...&action=view" >view</a> <br /></li><li><a
> ... some actions ...
> href="...&action=print" >print</a> </div></li></ul></p></div>

My actions look fine. Could you show me the markup? Is it a snippet?
Do you call it in the skin or in the top zone?  Hmmm, looks like it is
a problem when called via the zone...

Ok, try this and see if it fixes things for you:  Insert the following
to the very top of the BOLTvspacecheck function in engine.php, ~2255:

        $text = str_replace(Array('&lt;', '&gt;'), Array('<', '>'), $text);

It seems to straighten it out for me...

> 2) One of my templates is broken.
>
> Template code:
>
> [(template first)][t]
> [(template each)][r][c style="width:150px;padding:0;"]>>[(lastmodified
> page={+p} fmt="%d.%m.%Y – %H:%M")]>>[c style="width:400px;padding:0;"]
> [(breadcrumb {+p} offset=1 name=link)]
> [(template last)][t]
> [[#end]]

Ah, this was a bit tougher... Required a bit of rewriting of the
template system. I think actually we would have had problems with a
couple other markups in templates as well, now that I look at it more
carefully...

I was able to solve this problem eventually and tidy things up a bit,
but it required me to take out the "rules" and "markuptable" parameter
previously available in templates. Should make things more stable, and
even run a mite faster. If someone is using these, of course, I can
try and find a way to reintegrate them, but I suspect nice clean html,
and a more solid code base is worth it...

Cheers,
Dan

P.S. I'll put out 3.4.2 here momentarily...  There, it's up if you
want to try again...  Thanks for the quick feedback

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to