mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-20 04:45:17 +00:00
Deprecate movies system
This commit is contained in:
@ -32,7 +32,6 @@
|
||||
<li class="bold"><a href="#comments" class="waves-effect waves-teal">Comments</a></li>
|
||||
<li class="bold"><a href="#likes" class="waves-effect waves-teal">Likes</a></li>
|
||||
<li class="bold"><a href="#survey-responses" class="waves-effect waves-teal">Responses to surveys</a></li>
|
||||
<li class="bold"><a href="#movies" class="waves-effect waves-teal">Movies</a></li>
|
||||
<li class="bold"><a href="#all-conversations-message" class="waves-effect waves-teal">Conversations Messages (ALL)</a></li>
|
||||
<li class="bold"><a href="#conversations" class="waves-effect waves-teal">Conversations</a></li>
|
||||
</ul>
|
||||
@ -168,33 +167,6 @@
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Entire movies list -->
|
||||
<div id="movies" class="category container">
|
||||
|
||||
<h1>Your movies</h1>
|
||||
|
||||
|
||||
<table id="full-movie-list-table">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Number</th>
|
||||
<th>Name</th>
|
||||
<th>File type</th>
|
||||
<th>File size</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
<tbody>
|
||||
<!-- Movies will go here -->
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Entire list of conversation messages -->
|
||||
<div id="all-conversations-message" class="category container">
|
||||
@ -243,7 +215,6 @@
|
||||
<script src="assets/js/categories/comments.js"></script>
|
||||
<script src="assets/js/categories/likes.js"></script>
|
||||
<script src="assets/js/categories/survey.js"></script>
|
||||
<script src="assets/js/categories/movies.js"></script>
|
||||
<script src="assets/js/categories/allConversationMessages.js"></script>
|
||||
<script src="assets/js/categories/conversations.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
Reference in New Issue
Block a user