Remove admin buttons from localization

This commit is contained in:
Dmitriy Simushev 2014-06-05 14:47:18 +00:00
parent a2383a2702
commit 12634894ac
26 changed files with 55 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -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}

View File

@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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/>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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"/>

View File

@ -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>