Skip to content

Commit

Permalink
Updated General Catalog Database Diagram, created Changelog file and …
Browse files Browse the repository at this point in the history
…creating screens only have save button.
  • Loading branch information
rfp committed Aug 22, 2017
1 parent 0fc700b commit 439f625
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES-GeneralCatalog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#6.0.0 2017-??-??
- 2017-08-22 Ported to OTRS6.
10 changes: 7 additions & 3 deletions Kernel/Output/HTML/Templates/Standard/AdminGeneralCatalog.tt
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,13 @@
<div class="Clear"></div>

<div class="Field SpacingTop">
<button name="SubmitAndContinue" class="CallForAction Primary" id="SubmitAndContinue" type="button" value="Save"><span>[% Translate("Save") | html %]</span></button>
[% Translate("or") | html %]
<button name="Submit" class="CallForAction Primary" id="Submit" type="submit" value="Finish"><span>[% Translate("Save and finish") | html %]</span></button>
[% IF (Data.Class && Data.Class == 'NEW') || Data.ItemEdit %]
<button name="Submit" class="CallForAction Primary" id="Submit" type="submit" value="Finish"><span>[% Translate("Save") | html %]</span></button>
[% ELSE %]
<button name="SubmitAndContinue" class="CallForAction Primary" id="SubmitAndContinue" type="button" value="Save"><span>[% Translate("Save") | html %]</span></button>
[% Translate("or") | html %]
<button name="Submit" class="CallForAction Primary" id="Submit" type="submit" value="Finish"><span>[% Translate("Save and finish") | html %]</span></button>
[% END %]
[% Translate("or") | html %]
<a href="[% Env("Baselink") %]Action=[% Env("Action") %]">[% Translate("Cancel") | html %]</a>
</div>
Expand Down
Binary file modified doc/general-catalog-database.dia
Binary file not shown.
Binary file modified doc/general-catalog-database.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 439f625

Please sign in to comment.