Decrease size of optional notes
authorMatthias Schmidt <gravatronics@live.com>
Fri, 28 Dec 2018 13:44:28 +0000 (14:44 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 28 Dec 2018 13:44:28 +0000 (14:44 +0100)
13 files changed:
pages/package/pip/package_pip_acl-option.md
pages/package/pip/package_pip_acp-menu.md
pages/package/pip/package_pip_acp-search-provider.md
pages/package/pip/package_pip_bbcode.md
pages/package/pip/package_pip_clipboard_action.md
pages/package/pip/package_pip_object-type-definition.md
pages/package/pip/package_pip_object-type.md
pages/package/pip/package_pip_option.md
pages/package/pip/package_pip_smiley.md
pages/package/pip/package_pip_template-listener.md
pages/package/pip/package_pip_user-menu.md
pages/package/pip/package_pip_user-notification-event.md
pages/package/pip/package_pip_user-profile-menu.md

index 39b6859e1bfa3da9793ab03a0ab62cf9acf88db5..7b7b1c2849d95c79a2d4753410026b5df79c1e3d 100644 (file)
@@ -14,7 +14,7 @@ Each acl option is described as an `<option>` element with the mandatory attribu
 
 ### `<categoryname>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The name of the acl option category to which the option belongs.
 
index b53c5ef84513a543f885b0a17a4b710e8c173fee..e7313cc6d19bb2c5402c520fe49a73bc8bc72794 100644 (file)
@@ -14,13 +14,13 @@ Each item is described as an `<acpmenuitem>` element with the mandatory attribut
 
 ### `<parent>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The item’s parent item.
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Specifies the order of this item within the parent item.
 
@@ -42,13 +42,13 @@ Name of the Font Awesome icon class.
 
 ### `<options>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The options element can contain a comma-separated list of options of which at least one needs to be enabled for the tab to be shown.
 
 ### `<permissions>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The permissions element can contain a comma-separated list of permissions of which the active user needs to have at least one for the tab to be shown.
 
index 026105a353aec31505003fd0b60fb0f2f717e2ba..5bcd951f146b2ab61db306fbb4e552f71a3f2ad3 100644 (file)
@@ -19,7 +19,7 @@ the class has to implement the `wcf\system\search\acp\IACPSearchResultProvider`
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Determines at which position of the search result list the provided results are shown.
 
index cabd239ee893e1af2d2568485921515280394e1f..6da2382095a2ad38d0b785523e373e786a71968a 100644 (file)
@@ -37,7 +37,7 @@ need to be registered.
 
 ### `<wysiwygIcon>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Name of the Font Awesome icon class to show in the editor toolbar.
 
@@ -72,19 +72,19 @@ The contents of this tag are copied into the opening tag of the bbcode.
 
 #### `<validationpattern>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Defines a regular expression that is used to validate the value of the attribute.
 
 #### `<required>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Specifies whether this attribute must be provided.
 
 #### `<useText>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 {% include callout.html content="Should only be set to `1` for the attribute with name `0`." type="info" %}
 
 Specifies whether the text content of the BBCode should become this attribute's value.
index b5947134cf22d41a3b28e09e0f04d82c3d5e54af..8f1f994d373897f6407326f2b1cded010b06310e 100644 (file)
@@ -23,7 +23,7 @@ Element with `<page>` children whose value contains the class name of the contro
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Determines at which position of the clipboard action list the action is shown.
 
index e41b93cafec3127b48e57c3784c5395eb49b887d..3cc51068e7ed56830aa2f41acdc6515871299059 100644 (file)
@@ -22,7 +22,7 @@ Each item is described as a `<definition>` element with the mandatory child `<na
 
 ### `<interfacename>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The name of the PHP interface [objectTypes](package_pip_object-type.html) have to implement.
 
index 94f67bb73334268e1cb626b83a3502e3302a43a2..e4e451bc3946e5ad9b63934cc290372e159ee1b3 100644 (file)
@@ -24,7 +24,7 @@ the class has to implement the `<interfacename>` interface of the object type de
 
 ### `<*>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Additional fields may be defined for specific definitions of object types.
 Refer to the documentation of these for further explanation.
index c8588920c5555776e7dd52fed76da3d3e06cb327..4510f487bde7ea079446a47685fbbdd5d206159a 100644 (file)
@@ -16,19 +16,19 @@ Each category is described as an `<category>` element with the mandatory attribu
 
 ### `<parent>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The category’s parent category.
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Specifies the order of this option within the parent category.
 
 ### `<options>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The options element can contain a comma-separated list of options of which at least one needs to be enabled for the category to be shown to the administrator.
 
@@ -53,19 +53,19 @@ Valid values are defined by the `optiontype`.
 
 ### `<validationpattern>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Defines a regular expression that is used to validate the value of a free form option (such as `text`).
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Specifies the order of this option within the category.
 
 ### `<selectoptions>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 {% include callout.html content="Defined only for `select`, `multiSelect` and `radioButton` types." type="warning" %}
 
 Specifies a newline-separated list of selectable values.
@@ -74,7 +74,7 @@ The language item is shown to the administrator, the internal handle is what is
 
 ### `<enableoptions>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 {% include callout.html content="Defined only for `boolean`, `select` and `radioButton` types." type="warning" %}
 
 Specifies a comma-separated list of options which should be visually enabled when this option is enabled.
@@ -86,32 +86,32 @@ It does not have an effect on the server side processing of the option.
 
 ### `<hidden>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 If `hidden` is set to `1` the option will not be shown to the administrator.
 It still can be modified programmatically.
 
 ### `<options>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The options element can contain a comma-separated list of options of which at least one needs to be enabled for the option to be shown to the administrator.
 
 ### `<supporti18n>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Specifies whether this option supports localized input.
 
 ### `<requirei18n>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Specifies whether this option requires localized input (i.e. the administrator must specify a value for every installed language).
 
 ### `<*>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Additional fields may be defined by specific types of options.
 Refer to the documentation of these for further explanation.
index ec6a0f283f23b72cacf81393c1b45584acf5987c..15761ca1eff741ab115c348269ba88ecd4e34855 100644 (file)
@@ -25,14 +25,14 @@ File path relative to the root of WoltLab Suite Core.
 
 ### `<aliases>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 List of smiley aliases.
 Aliases must be separated by a line feed character (`\n`, U+000A).
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Determines at which position of the smiley list the smiley is shown.
 
index 459e4178811ead6159ac0712c2764ecc2111f0eb..ac6ad87006281e29bf7c8c6dcbd1a7e4eecbb9a0 100644 (file)
@@ -39,7 +39,7 @@ The value determines if the template listener will be executed in the frontend (
 
 ### `<nice>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The nice value element can contain an integer value out of the interval `[-128,127]` with `0` being the default value if the element is omitted.
 The nice value determines the execution order of template listeners.
@@ -50,13 +50,13 @@ If the nice value of two template listeners is equal, the order is undefined.
 
 ### `<options>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The options element can contain a comma-separated list of options of which at least one needs to be enabled for the template listener to be executed.
 
 ### `<permissions>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The permissions element can contain a comma-separated list of permissions of which the active user needs to have at least one for the template listener to be executed.
 
index baeb728470cf86079a073fb627f921767981751a..1a7f467c323ea06c4dfc362e0097c36c39ed2a8a 100644 (file)
@@ -14,13 +14,13 @@ Each item is described as an `<usermenuitem>` element with the mandatory attribu
 
 ### `<parent>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The item’s parent item.
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Specifies the order of this item within the parent item.
 
@@ -42,13 +42,13 @@ Name of the Font Awesome icon class.
 
 ### `<options>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The options element can contain a comma-separated list of options of which at least one needs to be enabled for the menu item to be shown.
 
 ### `<permissions>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The permissions element can contain a comma-separated list of permissions of which the active user needs to have at least one for the menu item to be shown.
 
index 7a33d883dd72922c02ab50fc1ee935305e33086a..81adb514f2953c4192503bcfa68e170e3b46f112 100644 (file)
@@ -36,13 +36,13 @@ Defines whether this type of email notifications is enabled by default.
 
 ### `<options>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The options element can contain a comma-separated list of options of which at least one needs to be enabled for the notification type to be available.
 
 ### `<permissions>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The permissions element can contain a comma-separated list of permissions of which the active user needs to have at least one for the notification type to be available.
 
index dfdffe837c4a4012f84c4ad53410b8e73d65e5a0..828dbc8d835271de3600929f93d7977d5fecf45c 100644 (file)
@@ -19,19 +19,19 @@ the class has to implement the `wcf\system\menu\user\profile\content\IUserProfil
 
 ### `<showorder>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 Determines at which position of the tab list the tab is shown.
 
 ### `<options>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The options element can contain a comma-separated list of options of which at least one needs to be enabled for the tab to be shown.
 
 ### `<permissions>`
 
-{% include callout.html content="Optional" type="info" %}
+<span class="label label-info">Optional</span>
 
 The permissions element can contain a comma-separated list of permissions of which the active user needs to have at least one for the tab to be shown.