-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAJB303 : Reprise des view_* et reparamétrage de overall_footer
- Loading branch information
1 parent
6304488
commit b5aa6b1
Showing
9 changed files
with
228 additions
and
198 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,17 +1,17 @@ | ||
<div class="topic-actions"> | ||
<div class="row"> | ||
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> | ||
<div class="col-sm-4"> | ||
<a class="btn <!-- IF S_IS_LOCKED -->btn-danger<!-- ELSE -->btn-default<!-- ENDIF -->" href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><!-- IF S_IS_LOCKED --><i class="icon-white icon-lock"></i> {L_TOPIC_LOCKED_SHORT}<!-- ELSE --><i class="icon-white icon-pencil"></i> {L_POST_REPLY}<!-- ENDIF --></a> | ||
<!-- IF $S_BUTTON_QR --> | ||
<button name="show_qr" tabindex="1" class="btn btn-default" onclick="javascript:hide_qr(true);return false;"><i class="icon-pencil"></i> {L_SHOW_QR}</button> | ||
<!-- ENDIF --> | ||
</div> | ||
<!-- ENDIF --> | ||
<!-- IF PAGINATION or TOTAL_POSTS --> | ||
<div class="col-sm-8 btn-group text-right"> | ||
<!-- INCLUDE pagination.html --> | ||
</div> | ||
<!-- ENDIF --> | ||
</div><!-- .row --> | ||
</div> | ||
<div class="row"> | ||
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> | ||
<div class="col-sm-4"> | ||
<a class="btn <!-- IF S_IS_LOCKED -->btn-danger<!-- ELSE -->btn-default<!-- ENDIF -->" href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><!-- IF S_IS_LOCKED --><i class="icon-white icon-lock"></i> {L_TOPIC_LOCKED_SHORT}<!-- ELSE --><i class="icon-white icon-pencil"></i> {L_POST_REPLY}<!-- ENDIF --></a> | ||
<!-- IF $S_BUTTON_QR --> | ||
<button name="show_qr" tabindex="1" class="btn btn-default" onclick="javascript:hide_qr(true);return false;"><i class="icon-pencil"></i> {L_SHOW_QR}</button> | ||
<!-- ENDIF --> | ||
</div> | ||
<!-- ENDIF --> | ||
<!-- IF PAGINATION or TOTAL_POSTS --> | ||
<div class="col-sm-8"> | ||
<div class="pull-right"> | ||
<!-- INCLUDE pagination.html --> | ||
</div> | ||
</div> | ||
<!-- ENDIF --> | ||
</div><!-- .row --> |
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
Oops, something went wrong.