Subversion Repositories SmartDukaan

Rev

Rev 3234 | Rev 3397 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3234 Rev 3339
Line 105... Line 105...
105
                <br/>
105
                <br/>
106
                <span>Open tickets: $action.getOpenTicketCount()</span>
106
                <span>Open tickets: $action.getOpenTicketCount()</span>
107
                <br/>
107
                <br/>
108
                <span>Closed tickets: $action.getClosedTicketCount()</span>
108
                <span>Closed tickets: $action.getClosedTicketCount()</span>
109
                <br/>
109
                <br/>
110
                <a class="create-ticket" userId="$user.getUserId()" href="#">
110
                <a class="create-user-ticket" userId="$user.getUserId()" href="#">
111
                    Create new Ticket
111
                    Create new Ticket
112
                </a>
112
                </a>
113
                <br />
113
                <br />
114
                <br />
114
                <br />
115
                <span >Activity:
115
                <span >Activity:
116
                <a alt="Activity" title="Activity" href="#" userId="$user.getUserId()" class="show-activity">
116
                <a alt="Activity" title="Activity" href="#" userId="$user.getUserId()" class="show-activity">
117
                    $action.getActivityCount()
117
                    $action.getActivityCount()
118
                </a>
118
                </a>
119
                </span>
119
                </span>
120
                <br />
120
                <br />
121
                <a href="#" class="create-activity" userId="$user.getUserId()">
121
                <a href="#" class="create-user-activity" userId="$user.getUserId()">
122
                    Create new Activity
122
                    Create new Activity
123
                </a>
123
                </a>
124
                <br />
124
                <br />
125
                <span>User Communications:
125
                <span>User Communications:
126
                    #if ($action.getUserCommunicationCount() > 0)
126
                    #if ($action.getUserCommunicationCount() > 0)