Files
MoonPro.net/MP-Admin/ViewSwitcher.ascx
T
2018-09-26 15:29:10 +02:00

4 lines
263 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="MoonProAdmin.ViewSwitcher" %>
<div id="viewSwitcher">
<%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a>
</div>