Пожалуйста, включите JavaScript.
Главная
Регистрация
Вход
DedeBIZ
/
DedeV6
Следить
2
В избранное
0
Форкнуть
0
Код
Pull Request'ы
0
Релизы
26
Активность
Просмотр исходного кода
更新
tags/6.2.12
叙述、别离
1 год назад
Родитель
29a3841ee3
Сommit
59548e8d51
9 измененных файлов
:
9 добавлений
и
10 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-1
src/admin/mychannel_edit.php
+1
-2
src/admin/templets/file_edit.htm
+1
-1
src/admin/templets/freelist_add.htm
+1
-1
src/admin/templets/freelist_edit.htm
+1
-1
src/admin/templets/mychannel_edit.htm
+1
-1
src/admin/templets/mytag_tag_guide.htm
+1
-1
src/admin/templets/tag_test.htm
+1
-1
src/admin/templets/tpl_edit.htm
+1
-1
src/admin/templets/tpl_edit_tag.htm
+ 1
- 1
src/admin/mychannel_edit.php
Просмотреть файл
@@ -572,7 +572,7 @@ if ($dopost == "show") {
echo "<script>var editor = CodeMirror.fromTextArea(document.getElementById('content'), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html'
,
});</script>";
echo $forms;
}
+ 1
- 2
src/admin/templets/file_edit.htm
Просмотреть файл
@@ -64,8 +64,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("str"), {
lineNumbers: true,
lineWrapping: true,
mode: '{dede:global name='
extension '/}'
mode: '{dede:global name='extension'/}',
});
</script>
</body>
+ 1
- 1
src/admin/templets/freelist_add.htm
Просмотреть файл
@@ -214,7 +214,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html'
,
});
</script>
</body>
+ 1
- 1
src/admin/templets/freelist_edit.htm
Просмотреть файл
@@ -214,7 +214,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html'
,
});
</script>
</body>
+ 1
- 1
src/admin/templets/mychannel_edit.htm
Просмотреть файл
@@ -287,7 +287,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("fieldset"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html'
,
});
</script>
</body>
+ 1
- 1
src/admin/templets/mytag_tag_guide.htm
Просмотреть файл
@@ -172,7 +172,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html'
,
});
</script>
</body>
+ 1
- 1
src/admin/templets/tag_test.htm
Просмотреть файл
@@ -53,7 +53,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("partcode"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html'
,
});
</script>
</body>
+ 1
- 1
src/admin/templets/tpl_edit.htm
Просмотреть файл
@@ -102,7 +102,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("content"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html'
,
});
</script>
</body>
+ 1
- 1
src/admin/templets/tpl_edit_tag.htm
Просмотреть файл
@@ -62,7 +62,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("content"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/x-php'
mode: 'text/x-php'
,
});
</script>
</body>
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить