Hi Milan, can you please email me the patch as an attachment?

On Mar 5, 9:25 am, Milan Melena <milan.mel...@gmail.com> wrote:
> Symptom: when you save controller content, then disapears list of
> available views in gray box.
>
>      1.1 --- a/applications/admin/views/default/edit.html       Fri Mar 04
> 17:46:21 2011 -0600
>      1.2 +++ b/applications/admin/views/default/edit.html       Sat Mar 05
> 16:09:19 2011 +0100
>      1.3 @@ -24,15 +24,15 @@
>      1.4  <h2>{{=T('Editing file "%s"',filename)}}</h2>
>      1.5
>      1.6  {{if functions:}}
>      1.7 -<div style="text-align:left;" id="exposed">
>      1.8 -  <p class="formfield">{{=B(T('exposes:'))}}
>      1.9 -  {{=XML(',
> '.join([A(f,_href=URL(a=app,c=controller,f=f)).xml() for f in
> functions]))}}
>     1.10 +  <p class="formfield">
>     1.11 +<span style="text-align:left;" id="exposed">
>     1.12 +  {{=B(T('exposes:'))}}{{=XML(',
> '.join([A(f,_href=URL(a=app,c=controller,f=f)).xml() for f in
> functions]))}}
>     1.13 +</span>
>     1.14    {{if editviewlinks:}}<br/>
>     1.15    {{=B(T('edit views:'))}}
>     1.16    {{=XML(', '.join([v.xml() for v in editviewlinks]))}}
>     1.17    {{pass}}
>     1.18    </p>
>     1.19 -</div>
>     1.20  {{pass}}
>     1.21
>     1.22  <p class="right controls">
>
> Best regards
> Milan Melena

Reply via email to