[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a id="maincontent"></a> 4 5 <h1>{L_EXTENSIONS_ADMIN}</h1> 6 7 <p>{L_EXTENSIONS_EXPLAIN}</p> 8 9 <fieldset class="quick"> 10 <span class="small"><a href="https://www.phpbb.com/go/customise/extensions/3.2" target="_blank">{L_BROWSE_EXTENSIONS_DATABASE}</a> • <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> • <a href="javascript:phpbb.toggleDisplay('version_check_settings');">{L_SETTINGS}</a></span> 11 </fieldset> 12 13 <form id="version_check_settings" method="post" action="{U_ACTION}" style="display:none"> 14 15 <fieldset> 16 <legend>{L_EXTENSIONS_VERSION_CHECK_SETTINGS}</legend> 17 <dl> 18 <dt><label for="force_unstable">{L_FORCE_UNSTABLE}{L_COLON}</label></dt> 19 <dd> 20 <label><input type="radio" id="force_unstable" name="force_unstable" class="radio" value="1"<!-- IF FORCE_UNSTABLE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 21 <label><input type="radio" name="force_unstable" class="radio" value="0"<!-- IF not FORCE_UNSTABLE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label> 22 </dd> 23 </dl> 24 25 <p class="submit-buttons"> 26 <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> 27 <input class="button2" type="reset" name="reset" value="{L_RESET}" /> 28 <input type="hidden" name="action" value="set_config_version_check_force_unstable" /> 29 {S_FORM_TOKEN} 30 </p> 31 </fieldset> 32 </form> 33 34 <table class="table1"> 35 <col class="row1" ><col class="row1" ><col class="row2" ><col class="row2" > 36 <thead> 37 <tr> 38 <th>{L_EXTENSION_NAME}</th> 39 <th style="text-align: center; width: 20%;">{L_CURRENT_VERSION}</th> 40 <th style="text-align: center; width: 10%;">{L_EXTENSION_OPTIONS}</th> 41 <th style="text-align: center; width: 25%;">{L_EXTENSION_ACTIONS}</th> 42 </tr> 43 </thead> 44 <tbody> 45 <!-- IF .enabled --> 46 <tr> 47 <td class="row3" colspan="4"><strong>{L_EXTENSIONS_ENABLED}</strong><!-- EVENT acp_ext_list_enabled_title_after --></td> 48 </tr> 49 <!-- BEGIN enabled --> 50 <tr class="ext_enabled row-highlight"> 51 <td><strong title="{enabled.NAME}">{enabled.META_DISPLAY_NAME}</strong><!-- EVENT acp_ext_list_enabled_name_after --></td> 52 <td style="text-align: center;"> 53 <!-- IF enabled.S_VERSIONCHECK --> 54 <strong class="<!-- IF enabled.S_UP_TO_DATE -->current-ext<!-- ELSE -->outdated-ext<!-- ENDIF -->">{enabled.META_VERSION}</strong> 55 <!-- IF not enabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle outdated-ext" aria-hidden="true"></i><!-- ENDIF --> 56 <!-- ELSE --> 57 {enabled.META_VERSION} 58 <!-- ENDIF --> 59 </td> 60 <td style="text-align: center;"><a href="{enabled.U_DETAILS}">{L_DETAILS}</a></td> 61 <td style="text-align: center;"> 62 <!-- BEGIN actions --> 63 <a href="{enabled.actions.U_ACTION}"<!-- IF enabled.actions.L_ACTION_EXPLAIN --> title="{enabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{enabled.actions.L_ACTION}</a> 64 <!-- IF not enabled.actions.S_LAST_ROW --> | <!-- ENDIF --> 65 <!-- END actions --> 66 </td> 67 </tr> 68 <!-- END enabled --> 69 <!-- ENDIF --> 70 71 <!-- IF .disabled --> 72 <tr> 73 <td class="row3" colspan="4"><strong>{L_EXTENSIONS_DISABLED}</strong><!-- EVENT acp_ext_list_disabled_title_after --></td> 74 </tr> 75 <!-- BEGIN disabled --> 76 <tr class="ext_disabled row-highlight"> 77 <td><strong title="{disabled.NAME}">{disabled.META_DISPLAY_NAME}</strong><!-- EVENT acp_ext_list_disabled_name_after --></td> 78 <td style="text-align: center;"> 79 <!-- IF disabled.S_VERSIONCHECK --> 80 <strong class="<!-- IF disabled.S_UP_TO_DATE -->current-ext<!-- ELSE -->outdated-ext<!-- ENDIF -->">{disabled.META_VERSION}</strong> 81 <!-- IF not disabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle outdated-ext" aria-hidden="true"></i><!-- ENDIF --> 82 <!-- ELSE --> 83 {disabled.META_VERSION} 84 <!-- ENDIF --> 85 </td> 86 <td style="text-align: center;"> 87 <!-- IF disabled.U_DETAILS --><a href="{disabled.U_DETAILS}">{L_DETAILS}</a><!-- ENDIF --> 88 </td> 89 <td style="text-align: center;"> 90 <!-- BEGIN actions --> 91 <a href="{disabled.actions.U_ACTION}"<!-- IF disabled.actions.L_ACTION_EXPLAIN --> title="{disabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{disabled.actions.L_ACTION}</a> 92 <!-- IF not disabled.actions.S_LAST_ROW --> | <!-- ENDIF --> 93 <!-- END actions --> 94 </td> 95 </tr> 96 <!-- END disabled --> 97 <!-- ENDIF --> 98 </tbody> 99 </table> 100 101 <table class="table1"> 102 <tr> 103 <th>{L_EXTENSION_INSTALL_HEADLINE}</th> 104 </tr> 105 <tr> 106 <td class="row3">{L_EXTENSION_INSTALL_EXPLAIN}</td> 107 </tr> 108 <tr> 109 <th>{L_EXTENSION_UPDATE_HEADLINE}</th> 110 </tr> 111 <tr> 112 <td class="row3">{L_EXTENSION_UPDATE_EXPLAIN}</td> 113 </tr> 114 <tr> 115 <th>{L_EXTENSION_REMOVE_HEADLINE}</th> 116 </tr> 117 <tr> 118 <td class="row3">{L_EXTENSION_REMOVE_EXPLAIN}</td> 119 </tr> 120 </tbody> 121 </table> 122 123 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |