Browse Source

change button type to support form submit

master
filesite 6 months ago
parent
commit
2dfe7f010c
  1. 2
      themes/tajian/views/my/createdir.php
  2. 2
      themes/tajian/views/my/setnickname.php
  3. 2
      themes/tajian/views/my/tag_new.php
  4. 2
      themes/tajian/views/my/tags.php

2
themes/tajian/views/my/createdir.php

@ -17,7 +17,7 @@ $max_num = !empty(FSC::$app['config']['tajian']['max_dir_num']) ? FSC::$app['con @@ -17,7 +17,7 @@ $max_num = !empty(FSC::$app['config']['tajian']['max_dir_num']) ? FSC::$app['con
<p class="mt10">说明:<br>一个手机号码最多添加 <strong><?=$max_num?></strong> 个账号,此功能限VIP用户使用。</p>
</div>
<div class="avform_bt vercenter">
<button class="jsbtn" aria-label="保存" type="button">
<button class="jsbtn" aria-label="保存" type="submit">
<div class="loading_bt bt_class_JS elementNone verMiddle">
<svg viewBox="25 25 50 50">
<circle cx="50" cy="50" r="20"></circle>

2
themes/tajian/views/my/setnickname.php

@ -15,7 +15,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -15,7 +15,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
<p class="mt10">请填写 2 - 5 个汉字</p>
</div>
<div class="avform_bt vercenter">
<button class="jsbtn" aria-label="保存" type="button">
<button class="jsbtn" aria-label="保存" type="submit">
<div class="loading_bt bt_class_JS elementNone verMiddle">
<svg viewBox="25 25 50 50">
<circle cx="50" cy="50" r="20"></circle>

2
themes/tajian/views/my/tag_new.php

@ -15,7 +15,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -15,7 +15,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
<p class="mt10">说明:<br>最多添加 <strong>50</strong> 个分类;<br>如果以英文开头,首字母请大写。</p>
</div>
<div class="avform_bt vercenter">
<button class="jsbtn" aria-label="保存" type="button">
<button class="jsbtn" aria-label="保存" type="submit">
<div class="loading_bt bt_class_JS elementNone verMiddle">
<svg viewBox="25 25 50 50">
<circle cx="50" cy="50" r="20"></circle>

2
themes/tajian/views/my/tags.php

@ -44,7 +44,7 @@ eof; @@ -44,7 +44,7 @@ eof;
点击上下箭头图标改变分类顺序,删除某个分类并不会删除这个分类里的视频。
</p>
<div class="avform_bt vercenter">
<button class="jsbtn" aria-label="保存" type="button">
<button class="jsbtn" aria-label="保存" type="submit">
<div class="loading_bt bt_class_JS elementNone verMiddle">
<svg viewBox="25 25 50 50">
<circle cx="50" cy="50" r="20"></circle>

Loading…
Cancel
Save