mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#18920117 : stress the caution
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7583 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4575cd65a
commit
aa31f814c3
2 changed files with 3 additions and 1 deletions
|
|
@ -55,3 +55,5 @@ ul.listOrder.desc li.arrow { background:url(../img/arrDown.gif) no-repeat right
|
||||||
ul.listOrder li { position:relative; left:-1px; display:inline; margin:0; padding:0 5px 0 9px; border-left:1px solid #ddd;}
|
ul.listOrder li { position:relative; left:-1px; display:inline; margin:0; padding:0 5px 0 9px; border-left:1px solid #ddd;}
|
||||||
ul.listOrder li.arrow a { text-decoration:none; font-weight:bold; color:#2893BB; }
|
ul.listOrder li.arrow a { text-decoration:none; font-weight:bold; color:#2893BB; }
|
||||||
ul.listOrder li a { text-decoration:none; color:#7B7575; }
|
ul.listOrder li a { text-decoration:none; color:#7B7575; }
|
||||||
|
|
||||||
|
p.caution strong { font-size: 1.2em; font-weight: bold; color: red; }
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<!--%import("js/autoinstall.js")-->
|
<!--%import("js/autoinstall.js")-->
|
||||||
<div class="infoText">
|
<div class="infoText">
|
||||||
<p><strong>{$package->title}</strong> [{$package->type}] - {$package->path}</p>
|
<p><strong>{$package->title}</strong> [{$package->type}] - {$package->path}</p>
|
||||||
<p>{$lang->description_uninstall}</p>
|
<p class="caution"><strong>{$lang->description_uninstall}</strong></p>
|
||||||
<form action="./" method="POST" onsubmit="return procFilter(this, uninstall_package);">
|
<form action="./" method="POST" onsubmit="return procFilter(this, uninstall_package);">
|
||||||
<input type="hidden" name="package_srl" value="{$package_srl}" />
|
<input type="hidden" name="package_srl" value="{$package_srl}" />
|
||||||
<!--@if($need_password)-->
|
<!--@if($need_password)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue