Changeset 2267


Ignore:
Timestamp:
09/28/12 16:32:49 (12 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-access-system/config/set.acc
M mod-ISOcat-manage-system/plugin/configure.xsl

  • handle new 'static' configuration parameter
Location:
cats/ISOcat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-access-system/config/set.acc

    r2029 r2267  
    1616                                                                        <xsl:value-of select="admin_site"/>
    1717                                                                </site>
     18                                                                <static>
     19                                                                        <xsl:value-of select="admin_static"/>
     20                                                                </static>
    1821                                                                <email>
    1922                                                                        <xsl:value-of select="admin_email"/>
  • cats/ISOcat/trunk/mod-ISOcat-manage-system/plugin/configure.xsl

    r2029 r2267  
    2626                                                </tr>
    2727                                                <tr>
     28                                                        <td style="width:20%;">Static site address</td>
     29                                                        <td style="width:60%;">
     30                                                                <input name="admin_static" value="{admin/static}" style="width:95%;"/>
     31                                                        </td>
     32                                                        <td/>
     33                                                </tr>
     34                                                <tr>
    2835                                                        <td>Email address</td>
    2936                                                        <td>
Note: See TracChangeset for help on using the changeset viewer.