|
@@ -2,10 +2,10 @@
|
|
|
<%uci=require"luci.model.uci".cursor()%>
|
|
|
<%nixio=require"nixio"%>
|
|
|
|
|
|
-<input type="checkbox" name="NAME" value="reverse" onclick=" return reverselog()" style="vertical-align:middle;height: auto;" checked>reverse</input><br>
|
|
|
+<input type="checkbox" name="NAME" value="reverse" onclick=" return reverselog()" style="vertical-align:middle;height: auto;" checked><%:reverse%></input><br>
|
|
|
<textarea id="cbid.logview.1.conf" class="cbi-input-textarea" style="width: 100%;display:inline" data-update="change" name="vbid.logview.1.conf" rows="32" cols="60" readonly="readonly" > </textarea>
|
|
|
-<input class="cbi-button cbi-button-apply" name="apply_update_button" id="apply_update_button" value="dellog" onclick=" return apply_del_log() "/>
|
|
|
-<input class="cbi-button cbi-button-apply" name="backup" value="backup" style=" display:inline;" onclick=" return download_log()" />
|
|
|
+<input class="cbi-button cbi-button-apply" name="apply_update_button" id="apply_update_button" value="<%:dellog%>" onclick=" return apply_del_log() "/>
|
|
|
+<input class="cbi-button cbi-button-apply" name="backup" value="<%:backup%>" style=" display:inline;" onclick=" return download_log()" />
|
|
|
<script type="text/javascript">//<![CDATA[
|
|
|
var islogreverse = true;
|
|
|
function createAndDownloadFile(fileName, content) {
|