Browse Source

统一

adminstyle
叙述、别离 2 weeks ago
parent
commit
4223b2f135
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/admin/templets/tpl_edit_tag.htm
  2. +1
    -1
      src/admin/templets/tpl_newfile.htm

+ 1
- 1
src/admin/templets/tpl_edit_tag.htm View File

@@ -20,7 +20,7 @@
<script src="/static/web/js/admin.main.js"></script>
</head>
<body>
<form action="tpl.php" name="form1" method="POST" onSubmit="return Post();">
<form name="form1" action="tpl.php" method="POST" onSubmit="return Post();">
<input type="hidden" name="actiondo" value="<?php echo $action;?>">
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>">
<input type="hidden" name="action" value="savetagfile">


+ 1
- 1
src/admin/templets/tpl_newfile.htm View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/static/web/css/admin.css">
</head>
<body>
<form action="tpl.php" name="form1" method="POST" onSubmit="return Post();">
<form name="form1" action="tpl.php" method="POST" onSubmit="return Post();">
<input type="hidden" name="action" value="savenewfile">
<table class="table shadow-sm my-3">
<tr>


Loading…
Cancel
Save