Skip to content

Commit

Permalink
replace altIdentifier type 'old' with 'legacy' (cceh/papyri#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed Oct 22, 2015
1 parent 5462247 commit 5368fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/epidoc_c.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ altIdentifier[type="trismegistos"] > idno {
}


altIdentifier[type="old"] > idno {
altIdentifier[type="legacy"] > idno {
margin-top: 1em;
content: oxy_label(text, "Alte Inventarnummer: ", width, 12em, text-align, right)
oxy_editor(type, text, edit, "#text", columns, 30)
Expand Down
2 changes: 1 addition & 1 deletion epidoc_c.framework
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
<altIdentifier type="trismegistos">
<idno></idno>
</altIdentifier>
<altIdentifier type="old">
<altIdentifier type="legacy">
<idno></idno>
</altIdentifier>
</msIdentifier>
Expand Down
2 changes: 1 addition & 1 deletion templates/epidoc_c.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<altIdentifier type="trismegistos">
<idno></idno>
</altIdentifier>
<altIdentifier type="old">
<altIdentifier type="legacy">
<idno></idno>
</altIdentifier>
</msIdentifier>
Expand Down

0 comments on commit 5368fb3

Please sign in to comment.