[ 
http://mifosforge.jira.com/browse/MIFOS-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=72246#comment-72246
 ] 

Sarah Farrier edited comment on MIFOS-5298 at 4/9/12 9:06 AM:
--------------------------------------------------------------

Also, just to update - this is happening because there's actually an *empty* 
table row in that extra space (empty-ish, it's got a hidden form field in 
there). So when viewing the code, it looks neat enough:

{code}
<tr>
    <td>
    <c:choose>
        <c:when test='${sessionScope.UserContext.officeLevelId==5}'>
            <html-el:hidden property="officeId" 
value="${sessionScope.UserContext.branchId}" />
        </c:when>
        <c:otherwise>
            <html-el:hidden property="officeId" value="0" />
        </c:otherwise>
    </c:choose>
    </td>
</tr>
{code}

... but in a user's browser, it gets output as:
{code}
<tr>
    <td>
        <input type="hidden" name="officeId" value="0">
    </td>
</tr>
{code}
                
      was (Author: s4179156):
    Also, just to update - this is happening because there's actually an 
*empty* table row in that extra space (empty enough, it's got a hidden form 
field in there). So when viewing the code, it looks neat enough:

{code}
<tr>
    <td>
    <c:choose>
        <c:when test='${sessionScope.UserContext.officeLevelId==5}'>
            <html-el:hidden property="officeId" 
value="${sessionScope.UserContext.branchId}" />
        </c:when>
        <c:otherwise>
            <html-el:hidden property="officeId" value="0" />
        </c:otherwise>
    </c:choose>
    </td>
</tr>
{code}

... but in a user's browser, it gets output as:
{code}
<tr>
    <td>
        <input type="hidden" name="officeId" value="0">
    </td>
</tr>
{code}
                  
> Improve the look of drilldown on 'Clients & Accounts' page
> ----------------------------------------------------------
>
>                 Key: MIFOS-5298
>                 URL: http://mifosforge.jira.com/browse/MIFOS-5298
>             Project: mifos
>          Issue Type: Improvement
>          Components: Navigation and UI
>            Reporter: Lukasz Chudy
>            Priority: Trivial
>         Attachments: other-styled-tables.png, select-loan-officer-table.png
>
>
> Currently, 'Select a Loan Officer' table has some space between heading area 
> and border area. Other tables on that page dont't have that space. So it 
> would be good to be consistent an either remove space from 'Select a Loan 
> Officer' table or add space in the rest of the tables.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://mifosforge.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to