-
-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Added - Link method title and modal method - Fix paginate style
- Loading branch information
Showing
7 changed files
with
115 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,43 @@ | ||
<h4 class="text-orchid font-thin">C чего начать</h4> | ||
<ul class="toc-links"> | ||
<li><a href="/ru/docs" title="ORCHID - это ...">Введение</a></li> | ||
<li><a href="/ru/docs/requirements/" title="Данное руководство содержит подробные системные требования для установки ORCHID на Laravel Framework">Требования</a></li> | ||
<li><a href="/ru/docs/installation/" title="Данное руководство охватывает подготовку, запуск сценария установки и шаги, которые должны быть выполнены после завершения сценария установки">Установка</a></li> | ||
<li><a href="/ru/docs/contributors/">Рекомендации</a></li> | ||
<li><a href="/ru/docs/license/">Лицензия</a></li> | ||
</ul> | ||
|
||
<h4 class="text-orchid font-thin">Основное</h4> | ||
|
||
<h4 class="text-orchid font-thin">Платформа</h4> | ||
<ul class="toc-links"> | ||
<li><a href="/ru/docs/behaviors/">Поведения</a></li> | ||
<li><a href="/ru/docs/post/">Записи</a></li> | ||
<li><a href="/ru/docs/screens/">Экраны</a></li> | ||
<li><a href="/ru/docs/layouts/">Макеты</a></li> | ||
<li><a href="/ru/docs/filters/">Фильтры</a></li> | ||
<li><a href="/ru/docs/tags/">Теги</a></li> | ||
<!--<li><a href="#" title="Работа с комментариями в ORCHID">Комментарии</a></li>--> | ||
<li><a href="/ru/docs/menu/" title="Управление меню ORCHID, ссылки на меню и пользовательские настройки и параметры меню.">Меню</a></li> | ||
<li><a href="/ru/docs/field/">Поля</a></li> | ||
<li><a href="/ru/docs/widget/">Виджеты</a></li> | ||
</ul> | ||
|
||
<h4 class="text-orchid font-thin">Панель управления</h4> | ||
<ul class="toc-links"> | ||
<li><a href="/ru/docs/form/">Формы</a></li> | ||
<li><a href="/ru/docs/field/">Поля</a></li> | ||
<li><a href="/ru/docs/extension/">Расширение</a></li> | ||
<li><a href="/ru/docs/access/">Права доступа</a></li> | ||
<li><a href="/ru/docs/settings/">Настройки</a></li> | ||
<li><a href="/ru/docs/active/">Активные ссылки</a></li> | ||
<li><a href="/ru/docs/alert/">Уведомления</a></li> | ||
</ul> | ||
|
||
<h4 class="text-orchid font-thin">Другие вещи</h4> | ||
<h4 class="text-orchid font-thin">CMS</h4> | ||
<ul class="toc-links"> | ||
<li><a href="/ru/docs/active/">Активные ссылки</a></li> | ||
<li><a href="/ru/docs/alert/">Уведомления</a></li> | ||
<li><a href="/ru/docs/widget/">Виджеты</a></li> | ||
<li><a href="/ru/docs/access/">Права доступа</a></li> | ||
<li><a href="/ru/docs/behaviors/">Поведения</a></li> | ||
<li><a href="/ru/docs/post/">Записи</a></li> | ||
<li><a href="/ru/docs/filters/">Фильтры</a></li> | ||
<li><a href="/ru/docs/tags/">Теги</a></li> | ||
<!--<li><a href="#" title="Работа с комментариями в ORCHID">Комментарии</a></li>--> | ||
<li><a href="/ru/docs/menu/" title="Управление меню ORCHID, ссылки на меню и пользовательские настройки и параметры меню.">Меню</a></li> | ||
</ul> | ||
|
||
|
||
<h4 class="text-orchid font-thin">Другое</h4> | ||
<ul class="toc-links"> | ||
<li><a href="/ru/docs/extension/">Расширение</a></li> | ||
<li><a href="/ru/docs/form/">Формы</a></li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters