This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,9 @@ img.closeVisuButton{
73
73
float : right;
74
74
}
75
75
76
- div .manageMetadata {
76
+ span .manageMetadata {
77
77
float : right;
78
+ display : inline;
78
79
}
79
80
80
81
# revisionList h3 a {
Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ if($this->preview) // module visualize
125
125
echo '<tr> ' ;
126
126
echo ' <td> ' .$ metadata ->getElement ().'</td> ' ;
127
127
echo ' <td> ' .$ metadata ->getQualifier ().'</td> ' ;
128
- echo ' <td> ' .$ metadata ->getValue ();
128
+ echo ' <td><span style="float: left;"> ' .$ metadata ->getValue (). ' </span> ' ;
129
129
if ($ this ->isModerator )
130
130
{
131
- echo "<div class='manageMetadata'> " ;
131
+ echo "<span class='manageMetadata'> " ;
132
132
echo "<a href='javascript:;' element=' " .$ metadata ->getKey ()."' class='metadataEditLink'><img alt='' src=' {$ this ->coreWebroot }/public/images/icons/edit.png'/></a> " ;
133
133
echo "<a href='javascript:;' element=' " .$ metadata ->getKey ()."' class='metadataDeleteLink'><img alt='' src=' {$ this ->coreWebroot }/public/images/icons/close.png'/></a> " ;
134
- echo "</div > " ;
134
+ echo "</span > " ;
135
135
}
136
136
echo " </td> " ;
137
137
echo "</tr> " ;
You can’t perform that action at this time.
0 commit comments