Subversion Repositories SmartDukaan

Rev

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

Rev 3397 Rev 3422
Line 152... Line 152...
152
                #end
152
                #end
153
            </div>
153
            </div>
154
        </div>
154
        </div>
155
        <div id="footer">
155
        <div id="footer">
156
        </div>
156
        </div>
-
 
157
        <script type="text/javascript" charset="utf-8">
-
 
158
        $(function(){
-
 
159
			#if($action.getTicketId() && not $action.getTicketId().isEmpty())
-
 
160
                loadTickets('infopane', "/crm/tickets!searchTickets?id=" + $action.getTicketId(), $action.getTicketId());
-
 
161
            #end
-
 
162
        });
-
 
163
        </script>
157
    </body>
164
    </body>
158
</html>
165
</html>
159
166