Current File : //proc/self/root/usr/local/jetapps/var/www/jetbackup5/docroot/app/showcase/example/view.htm |
<div class="row" ng-controller="generalSettings200">
<div class="col-md-6 col-sm-6 col-xs-6 col-md-offset-3">
<div class="x_panel">
<div class="x_content">
<h2>{{LANG.t("Debug Mode")}}</h2>
<p>{{ LANG.t("PHP error will be shown alongside other informative data.") }}</p>
<div style="padding-top: 20px;">
<h5>{{LANG.t("Enabled debug mode")}}</h5>
<div class="pretty p-default p-round p-smooth">
<input type="radio" ng-model="saveData.debug" id="debug_1" ng-checked="saveData.debug == 1" value="1" />
<div class="state p-primary"><label for="debug_1">{{ LANG.t("Yes") }}</label></div>
</div>
<div class="pretty p-default p-round p-smooth">
<input type="radio" ng-model="saveData.debug" id="debug_0" ng-checked="saveData.debug == 0" value="0" />
<div class="state p-primary"><label for="debug_0">{{ LANG.t("No (Recommended)") }}</label></div>
</div>
</div>
</div>
</div>
</div>
</div>