Ignore:
Timestamp:
2016-11-07T14:41:53+13:00 (7 years ago)
Author:
kjdon
Message:

added group comment to new user page as well as edit user page. Need to tidy this up so we don't have repeated code all over the place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/authen.xsl

    r31070 r31072  
    416416                                    <td>
    417417                                        <select id="groupSelector">
     418                                          <option>COLLNAME-collection-editor</option>
    418419                                            <option>personal-collections-editor</option>
    419420                                            <option>all-collections-editor</option>
     
    448449                                    </td>
    449450                                </tr>
     451                                <tr><td colspan="4"><xsl:value-of select="util:getInterfaceText('default', /page/@lang, 'authen.group_desc')"/><ul><li><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'authen.admin_desc')"/></li><li><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'authen.all_coll_edit_desc')"/> </li> <li><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'authen.pers_coll_edit_desc')"/></li><li><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'authen.single_coll_edit_desc')"/> </li></ul></td></tr>
    450452                                <tr>
    451453                                    <td><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'authen.comment')"/><xsl:text>: </xsl:text></td>
Note: See TracChangeset for help on using the changeset viewer.