Merge branch dev/story-75371 of zentao/zentaopms (#9709)
This commit is contained in:
@@ -20,11 +20,12 @@ set::zui(true);
|
||||
|
||||
$checked = $agreeUX == 'true' ? 'checked' : '';
|
||||
|
||||
if (strpos($_SERVER['REQUEST_URI'], '_single=1') !== false) {
|
||||
if(strpos($_SERVER['REQUEST_URI'], '_single=1') !== false)
|
||||
{
|
||||
div
|
||||
(
|
||||
setClass('install-logo'),
|
||||
img(set::src('static/images/install-logo.png'))
|
||||
img(set::src('static/images/install_logo.png'))
|
||||
);
|
||||
}
|
||||
else
|
||||
|
||||
@@ -40,7 +40,7 @@ div
|
||||
setClass('flex mb-4'),
|
||||
img(
|
||||
setClass('check-img'),
|
||||
set::src('static/images/install-success.png')
|
||||
set::src('static/images/install_success.png')
|
||||
),
|
||||
),
|
||||
cell(
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 4C0 1.79086 1.79086 0 4 0H22C24.2091 0 26 1.79086 26 4V22C26 24.2091 24.2091 26 22 26H4C1.79086 26 0 24.2091 0 22V4Z" fill="#007AFF"/>
|
||||
<g clip-path="url(#clip0_650_1863)">
|
||||
<path d="M13 20.5C17.1421 20.5 20.5 17.1421 20.5 13C20.5 8.85786 17.1421 5.5 13 5.5C8.85786 5.5 5.5 8.85786 5.5 13C5.5 17.1421 8.85786 20.5 13 20.5Z" fill="white" stroke="white" stroke-width="1.5"/>
|
||||
<path d="M9.625 16.375L11.3125 11.3125L16.375 9.625L14.6875 14.6875L9.625 16.375Z" stroke="#007AFF" stroke-width="1.5"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 13.75C13.4142 13.75 13.75 13.4142 13.75 13C13.75 12.5858 13.4142 12.25 13 12.25C12.5858 12.25 12.25 12.5858 12.25 13C12.25 13.4142 12.5858 13.75 13 13.75Z" fill="#007AFF"/>
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 4C0 1.79086 1.79086 0 4 0H20C22.2091 0 24 1.79086 24 4V20C24 22.2091 22.2091 24 20 24H4C1.79086 24 0 22.2091 0 20V4Z" fill="#007AFF"/>
|
||||
<g clip-path="url(#clip0_650_1861)">
|
||||
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" fill="white" stroke="white" stroke-width="1.5"/>
|
||||
<path d="M8.625 15.375L10.3125 10.3125L15.375 8.625L13.6875 13.6875L8.625 15.375Z" stroke="#007AFF" stroke-width="1.5"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75Z" fill="#007AFF"/>
|
||||
</g>
|
||||
</svg>
|
||||
<defs>
|
||||
<clipPath id="clip0_650_1861">
|
||||
<rect width="18" height="18" fill="white" transform="translate(3 3)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 873 B After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user