~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/admin/.svn/text-base/AccountEnabled.ascx.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="AccountEnabled.ascx.cs" Inherits="Novell.iFolderWeb.Admin.AccountEnabled" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
2
 
<div id="AccountNav" runat="server">
3
 
 
4
 
        <asp:Label ID="Title" Runat="server" CssClass="policytitle" />
5
 
        
6
 
        <div class="policydetails">
7
 
        
8
 
                <table class="policytable">
9
 
                
10
 
                        <tr>
11
 
                                <td class="policycheckbox">
12
 
                                        <asp:CheckBox ID="Enabled" Runat="server" AutoPostBack="True" />
13
 
                                </td>
14
 
                                
15
 
                                <td colspan="3">
16
 
                                        <asp:Label ID="DisabledTag" Runat="server" />
17
 
                                </td>
18
 
                        </tr>
19
 
 
20
 
                </table>
21
 
                                
22
 
        </div>
23
 
        
24
 
</div>