sooouh před 6 roky
rodič
revize
1eeac253ad

+ 5 - 29
src/client/js/components/Admin/Customize/CustomizeScriptSetting.jsx

@@ -53,16 +53,11 @@ class CustomizeScriptSetting extends React.Component {
           </CardBody>
           </CardBody>
         </Card>
         </Card>
 
 
-        <table className="table table-borderless table-sm form-text text-muted">
-          <tbody>
-            <tr>
-              <th className="">
-                Placeholders:<br />
-                (Available after <code>load</code> event)
-              </th>
-            </tr>
-          </tbody>
-
+        <div className="form-text text-muted">
+          Placeholders:<br />
+          (Available after <code>load</code> event)
+        </div>
+        <table className="table table-borderless table-sm form-text text-muted offset-1">
           <tbody>
           <tbody>
             <tr>
             <tr>
               <th className="text-right"><code>$</code></th>
               <th className="text-right"><code>$</code></th>
@@ -97,27 +92,8 @@ class CustomizeScriptSetting extends React.Component {
               <td>Crowi legacy instance (jQuery based)</td>
               <td>Crowi legacy instance (jQuery based)</td>
             </tr>
             </tr>
           </tbody>
           </tbody>
-
-
         </table>
         </table>
 
 
-        <div className="form-text text-muted">
-          Placeholders:<br />
-          (Available after <code>load</code> event)
-          <dl className="row">
-            <dt className="col-2 text-right"><code>$</code></dt>
-            <dd className="col-10">jQuery instance</dd>
-            <dt className="col-2 text-right"><code>appContainer</code></dt>
-            <dd className="col-10">GROWI App <a href="https://github.com/jamiebuilds/unstated">Unstated Container</a></dd>
-            <dt className="col-2 text-right"><code>growiRenderer</code></dt>
-            <dd className="col-10">GROWI Renderer origin instance</dd>
-            <dt className="col-2 text-right"><code>growiPlugin</code></dt>
-            <dd className="col-10">GROWI Plugin Manager instance</dd>
-            <dt className="col-2 text-right"><code>Crowi</code></dt>
-            <dd className="col-10">Crowi legacy instance (jQuery based)</dd>
-          </dl>
-        </div>
-
         <div className="form-text text-muted">
         <div className="form-text text-muted">
           Examples:
           Examples:
           <pre className="hljs"><code>{this.getExampleCode()}</code></pre>
           <pre className="hljs"><code>{this.getExampleCode()}</code></pre>