You've already forked OpenShorte.old
Added URL redirect support directly in management panel
Added buttons that automatically redirects the user to the corresponding URL, in a new page. Modified css and javascript accordingly.
This commit is contained in:
@@ -6,6 +6,15 @@
|
||||
.urlContainer .urlId, .urlContainer .urlLink, .urlContainer .urlControl {
|
||||
display: inline;
|
||||
}
|
||||
.urlId button {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
cursor: pointer;
|
||||
background-color: aqua;
|
||||
border-radius: 7px;
|
||||
border: 0px;
|
||||
outline: none;
|
||||
}
|
||||
.urlContainer .urlLink {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user