mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
Close Connection when there is no connection value.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
034a5c0288
commit
f70ce644ce
1410 changed files with 7188 additions and 53541 deletions
|
|
@ -48,9 +48,9 @@
|
|||
<fieldset>
|
||||
<legend>{$lang->edit->title}</legend>
|
||||
<ul>
|
||||
<li class="h3"><input name="hx" type="radio" value="h3" id="h3" class="inputRadio" checked="checked" /><label for="h3">{$lang->edit->title1}</label></li>
|
||||
<li class="h4"><input name="hx" type="radio" value="h4" id="h4" class="inputRadio" /><label for="h4">{$lang->edit->title2}</label></li>
|
||||
<li class="h5"><input name="hx" type="radio" value="h5" id="h5" class="inputRadio" /><label for="h5">{$lang->edit->title3}</label></li>
|
||||
<li class="h3"><input name="hx" type="radio" value="h3" id="h3" class="inputRadio" checked="checked" /> <label for="h3">{$lang->edit->title1}</label></li>
|
||||
<li class="h4"><input name="hx" type="radio" value="h4" id="h4" class="inputRadio" /> <label for="h4">{$lang->edit->title2}</label></li>
|
||||
<li class="h5"><input name="hx" type="radio" value="h5" id="h5" class="inputRadio" /> <label for="h5">{$lang->edit->title3}</label></li>
|
||||
</ul>
|
||||
<input name="" type="text" class="inputTitle h3" value="{$lang->edit->insert_dr_title}" title="{$lang->edit->insert_dr_title}" />
|
||||
<!-- class="inputTitle h3" | class="inputTitle h4" | class="inputTitle h5" -->
|
||||
|
|
@ -355,9 +355,9 @@
|
|||
<dl>
|
||||
<dt>{$lang->edit->image_align} :</dt>
|
||||
<dd>
|
||||
<input type="radio" name="align" id="img_align_left" value="left" /><label for="img_align_left">{$lang->edit->align_left}</label>
|
||||
<input type="radio" name="align" id="img_align_center" value="center" /><label for="img_align_center">{$lang->edit->align_center}</label>
|
||||
<input type="radio" name="align" id="img_align_right" value="right" /><label for="img_align_right">{$lang->edit->align_right}</label>
|
||||
<input type="radio" name="align" id="img_align_left" value="left" /> <label for="img_align_left">{$lang->edit->align_left}</label>
|
||||
<input type="radio" name="align" id="img_align_center" value="center" /> <label for="img_align_center">{$lang->edit->align_center}</label>
|
||||
<input type="radio" name="align" id="img_align_right" value="right" /> <label for="img_align_right">{$lang->edit->align_right}</label>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
@ -555,7 +555,7 @@
|
|||
<dt>{$lang->edit->help_first_dt_5}</dt>
|
||||
<dd>{$lang->edit->help_first_dd_5}</dd>
|
||||
</dl>
|
||||
<p class="drEditorBugReport"><a href="http://xe.xpressengine.net/?mid=issuetracker&act=dispIssuetrackerViewIssue" target="_blank" title="{$lang->edit->cmd_new_window}">{$lang->edit->help_bug_report}</a></p>
|
||||
<p class="drEditorBugReport"><a href="http://code.google.com/p/xe-core/issues/entry" target="_blank" title="{$lang->edit->cmd_new_window}">{$lang->edit->help_bug_report}</a></p>
|
||||
<span class="cap capTL"></span>
|
||||
<span class="cap capTR"></span>
|
||||
<span class="cap capBL"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue