question here. is a user expected to be able to active and de-activate their own weblog?
i would think activating/deactivating a weblog is an admin function. -- Allen On Mon, 2006-02-13 at 13:51, [EMAIL PROTECTED] wrote: > Author: snoopdave > Date: Mon Feb 13 13:51:37 2006 > New Revision: 377505 > > URL: http://svn.apache.org/viewcvs?rev=377505&view=rev > Log: > Adding active setting to weblog settings page > > Modified: > incubator/roller/trunk/web/website/edit-website.jsp > > Modified: incubator/roller/trunk/web/website/edit-website.jsp > URL: > http://svn.apache.org/viewcvs/incubator/roller/trunk/web/website/edit-website.jsp?rev=377505&r1=377504&r2=377505&view=diff > ============================================================================== > --- incubator/roller/trunk/web/website/edit-website.jsp (original) > +++ incubator/roller/trunk/web/website/edit-website.jsp Mon Feb 13 13:51:37 > 2006 > @@ -77,6 +77,12 @@ > <td class="description"><%-- <fmt:message key="websiteSettings.tip." > /> --%></td> > </tr> > > + <tr> > + <td class="label"><fmt:message key="websiteSettings.active" /></td> > + <td class="field"><html:checkbox property="active" /></input></td> > + <td class="description"></td> > + </tr> > + > > <%-- ***** Comment settings ***** --%> > > >
