Remove admin buttons from localization
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.5 KiB |
@ -180,9 +180,6 @@ form.field.password_confirm=Confirmation
|
||||
form.field.title=Title
|
||||
form.field.translation=Translation
|
||||
harderrors.header=<b>Cannot execute:</b><br/><ul>
|
||||
image.button.login=/locales/en/images/login.gif
|
||||
image.button.save=/locales/en/images/save.gif
|
||||
image.button.search=/locales/en/images/search.gif
|
||||
install.0.app=Application path is {0}
|
||||
install.0.package=Mibew package is valid.
|
||||
install.0.php=PHP version {0}
|
||||
|
@ -460,6 +460,46 @@ input.formauth {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
input.submit-bg-button {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
height: 35px;
|
||||
width: 110px;
|
||||
font-size: 11px;
|
||||
padding: 8px 0 9px 25px;
|
||||
margin: 0;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.lrtl input.submit-bg-button {
|
||||
padding: 8px 25px 9px 0;
|
||||
}
|
||||
|
||||
input.login-button {
|
||||
background: url("../images/buttons/login.png") top left no-repeat;
|
||||
}
|
||||
|
||||
.lrtl input.login-button {
|
||||
background: url("../images/buttons/login_rtl.png") top left no-repeat;
|
||||
}
|
||||
|
||||
input.save-button {
|
||||
background: url("../images/buttons/save.png") top left no-repeat;
|
||||
}
|
||||
|
||||
.lrtl input.save-button {
|
||||
background: url("../images/buttons/save_rtl.png") top left no-repeat;
|
||||
}
|
||||
|
||||
input.search-button {
|
||||
background: url("../images/buttons/search.png") top left no-repeat;
|
||||
}
|
||||
|
||||
.lrtl input.search-button {
|
||||
background: url("../images/buttons/search_rtl.png") top left no-repeat;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
|
||||
.tabletool {
|
||||
|
BIN
src/mibew/styles/pages/default/images/buttons/login.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
src/mibew/styles/pages/default/images/buttons/login_rtl.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
src/mibew/styles/pages/default/images/buttons/save.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
src/mibew/styles/pages/default/images/buttons/save_rtl.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
src/mibew/styles/pages/default/images/buttons/search.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
src/mibew/styles/pages/default/images/buttons/search_rtl.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -50,7 +50,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -143,7 +143,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@
|
||||
{{/each}}
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div id="searchbutton">
|
||||
<input type="image" name="search" src="{{mibewRoot}}{{l10n "image.button.search"}}" alt="{{l10n "button.search"}}"/>
|
||||
<input type="submit" name="search" class="submit-bg-button login-button" value="{{l10n "button.search"}}" />
|
||||
</div><br clear="all"/>
|
||||
<div class="searchctrl" id="inSystemMessages"{{#if canSearchInSystemMessages}} style="display: none;"{{/if}}>
|
||||
<input id="insystemmessagesfield" type="checkbox" name="insystemmessages" {{#if forminsystemmessages}}checked="checked"{{/if}}/> <label for="insystemmessagesfield">{{l10n "page_search.search.type.in_system_messages"}}</label>
|
||||
|
@ -51,7 +51,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="login" src="{{mibewRoot}}{{l10n "image.button.login"}}" alt="{{l10n "button.enter"}}"/>
|
||||
<input type="submit" name="submit" class="submit-bg-button login-button" value="{{l10n "button.enter"}}" />
|
||||
|
||||
<div class="links">
|
||||
<a href="{{mibewRoot}}/operator/password-recovery">{{l10n "restore.pwd.message"}}</a><br/>
|
||||
|
@ -61,7 +61,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -106,7 +106,7 @@
|
||||
|
||||
{{#if canmodify}}
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
{{#if canmodify}}
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
{{#if canmodify}}
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src='{{mibewRoot}}{{l10n "image.button.save"}}' alt='{{l10n "button.save"}}'/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -171,7 +171,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -170,7 +170,7 @@
|
||||
|
||||
{{#if canmodify}}
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -128,7 +128,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -53,7 +53,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div id="searchbutton">
|
||||
<input type="image" name="search" src="{{mibewRoot}}{{l10n "image.button.search"}}" alt="{{l10n "button.search"}}"/>
|
||||
<input type="submit" name="search" class="submit-bg-button login-button" value="{{l10n "button.search"}}" />
|
||||
</div>
|
||||
</div>
|
||||
<br clear="all"/>
|
||||
|
@ -43,7 +43,7 @@
|
||||
</div>
|
||||
|
||||
<div class="fbutton">
|
||||
<input type="image" name="save" value="" src="{{mibewRoot}}{{l10n "image.button.save"}}" alt="{{l10n "button.save"}}"/>
|
||||
<input type="submit" name="save" class="submit-bg-button save-button" value="{{l10n "button.save"}}"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|